#a5d0c6 Color Hex Phosphorus

Information about Phosphorus Color | #0000FF

#a5d0c6 color RGB value is (165,208,198). #a5d0c6 color name is Phosphorus color.

#a5d0c6 hex color red value is 165 , green value is 208 and the blue value of its RGB is 198 . Cylindrical-coordinate representations (also known as HSL) of color #a5d0c6 hue: 166 , saturation: 31 and the lightness value of #a5d0c6 is 73

The process color (four color CMYK) of #a5d0c6 color hex is 8 , 0 ,2, 7 .

#a5d0c6

~Phosphorus

Color Converions

HEX
#a5d0c6
RGB
165,208,198
LAB
80,-16,0
CMYK
21,0,5,18
LCH
80,16,180
XYZ
48,57,62
HSV
166,21,82
HSL
166,31,73

Base Numbers

Base Red Green Blue
Binary 10100101 11010000 11000110
Octal 245 320 306
Decimal 165 208 198
Hex a5 d0 c6

RGB Percentages of Color #a5d0c6

65%
82%
78%

CMYK Percentages of Color #a5d0c6

8%
2%
0%
7%

Color Variations

View this color variations of shades, tints, tones, hues and temperatures.

Shades of #a5d0c6

A shade is created by adding black to a base color, increasing its darkness. Shades appear more dramatic and richer.

10%
#a5d0c6
20%
#95bbb2
30%
#84a69e
40%
#74928b
50%
#637d77
60%
#536863
70%
#42534f
80%
#323e3b
90%
#212a28
100%
#111514

Tints of #a5d0c6

A tint is created by adding white to a base color, increasing its lightness. Tints are likely to look pastel and less intense.

10%
#a5d0c6
20%
#aed5cc
30%
#b7d9d1
40%
#c0ded7
50%
#c9e3dd
60%
#d2e8e3
70%
#dbece8
80%
#e4f1ee
90%
#edf6f4
100%
#f6faf9

Tones of #a5d0c6

A tone is created by adding gray to a base color, increasing its lightness. Tones looks more sophisticated and complex than base colors.

10%
#a5d0c6
20%
#a1c8bf
30%
#9ec0b8
40%
#9ab8b1
50%
#96b0aa
60%
#92a8a3
70%
#8fa09c
80%
#8b9895
90%
#87908e
100%
#838887

Color harmonies

Color harmonies are pleasing color schemes created according to their position on a color wheel.

Analogous

Colors of the same luminance and saturation with hues that are adjacent on the color wheel, 30 degrees apart. Smooth transitions.
#a5d0c6
#a5d0b5
#a5d0bd
#a5d0c6
#a5d0cf
#a5c9d0

Complementary

Complementary color schemes are made by picking two opposite colors con the color wheel. They appear vibrant near to each other.
#a5d0c6
#d0a5af

Split complementary

Split complementary schemes are like complementary but they uses two adiacent colors of the complement. They are more flexible than complementary ones.
#a5d0c6
#a5a6d0
#d0b5a5

Triadic

Triadic color schemes are created by picking three colors equally spaced on the color wheel. They appear quite contrasted and multicolored.
#a5d0c6
#c6a5d0
#d0c6a5

Tetradic

Tetradic color schemes are made form two couples of complementary colors in a rectangular shape on the color wheel. They are very versatile, and work best with one dominant color.
#a5d0c6
#b0a5d0
#d0a5af
#c4d0a5

Monochromatic

Colors of the same hue with luminance values +/-50%. Subtle and refined.
#a5d0c6
#c7faee
#1e2624
#40504d
#627b75
#83a59e

Blindness simulator

Check how a color is perceived by color blind people to create accessible designs.

Normal

#a5d0c6

protanopia

#cbc5c0

deuteranopia

#d8c0ca

tritanopia

#a9cbdb

achromatopsia

#c6c6c6

protanomaly

#bdc9c2

deuteranomaly

#c5c6c8

achromatopsia

#c6c6c6

tritanomaly

#a7cdd4

achromatomaly

#bacac6

Contrast Checker

Verify the contrast of a text on white and black backgrounds.

White background

Poor 2/21
Hello World ! 2

Black background-color

Good 12/21
Hello World !

#a5d0c6 Color CSS Codes

.bgcolor {background-color:#a5d0c6; } 
.forecolor {color:#a5d0c6; }
.bordercolor {border:3px solid #a5d0c6; }
            

#a5d0c6 Text Font Color

<div style="color:#a5d0c6">
Div content here</div>

This sample text font color is #a5d0c6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.

#a5d0c6 Background Color

<div style="background-color:#a5d0c6">
Div content here</div>
Div content here

#a5d0c6 Border Color

<div style="border:3px solid #a5d0c6">
Div here</div>

This div border color is #a5d0c6

#a5d0c6 Color CSS Codes Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px #a5d0c6; } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a5d0c6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a5d0c6;
  -webkit-box-shadow: 1px 1px 3px 2px #a5d0c6;
  box-shadow: 1px 1px 3px 2px #a5d0c6; }
            

Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a5d0c6">Text here</p>
            

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a5d0c6;
              -webkit-box-shadow: 1px 1px 3px 2px #a5d0c6;
              box-shadow:         1px 1px 3px 2px #a5d0c6#a5d0c6">
Div content here</div>

This div box has shadow with color #a5d0c6

More Colors

Issey-San
#cfdac3
Betalain Red
#7d655c
Ashen Brown
#994444
French Puce
#4e1609
Orange Salmonberry
#f0b073
Forgotten Blue
#c0e5ec
Gentle Giant
#b3ebe0
Artichoke Green
#4b6d41
April Mist
#ccd9c9
Bed of Roses
#b893ab
Clear Vision
#e7f0f7
Frog Prince
#bbd75a
Kaltes Klares Wasser
#0ffef9
Desert Field
#efcdb8
Conceptual
#7ac34f
Cool Quiet
#cbb5c6
Downy Fluff
#ede9e4
Eye Popping Cherry
#bb0077
Ancient Pewter
#898d91
Cherry Race
#a64137
Garfield
#a75429
A Pair of Brown Eyes
#bfaf92
Colony
#67a195
Dijonnaise
#9b8f55
Creamy Avocado
#d8f19c
Delicate Turquoise
#c0dfe2
Classic Cool
#b7b2ac
Baguette
#b5936a
Frontier Shadow
#655a4a
Butter Bronze
#c88849
Pitch Mary Brown
#5c4033
Passion Razz
#59355e
Coral Sand
#ca884e
Light Taupe
#b19d8d
Orange Crush
#ee7733
Custard Cream
#fbefd0
Honied White
#fcefd1
Light Bobby Blue
#add2e3
Flying Fish
#5376ab
rating-img
Rate this tool
NaN/5   0 votes