Color Hex Logo

#afc9d5 Color Hex

#AFC9D5
(175,201,213)
0 Favorites   0 Comments

Color spaces of #afc9d5

RGB 175201213
HSL0.550.310.76
HSV199°18°84°
CMYK 0.180.060.00   0.16
XYZ50.576155.691371.0347
Yxy55.69130.28530.3141
Hunter Lab74.6266-9.6232-4.1976
CIE-Lab79.4378-6.1983-8.9124

#afc9d5 color RGB value is (175,201,213).

#afc9d5 hex color red value is 175, green value is 201 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #afc9d5 hue: 0.55 , saturation: 0.31 and the lightness value of afc9d5 is 0.76.

The process color (four color CMYK) of #afc9d5 color hex is 0.18, 0.06, 0.00, 0.16. Web safe color of #afc9d5 is #99cccc. Color #afc9d5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 11010101
Octal 257 311 325
Decimal 175 201 213
Hex AF C9 D5

RGB Percentages of Color #afc9d5

%29.71
%34.13
%36.16

CMYK Percentages of Color #afc9d5

%18
%6
%0
%16

Triadic Colors of #afc9d5

#afc9d5 #d5afc9 #c9d5af

Analogous Colors of #afc9d5

#afc9d5 #afb6d5 #afd5ce

Monochromatic Colors of #afc9d5

#afc9d5

Complementary Color

#afc9d5 #d5bbaf

#afc9d5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9d5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9d5 Color CSS Codes

.mybgcolor {background-color:#afc9d5; } 
.myforecolor {color:#afc9d5; }
.mybordercolor {border:3px solid #afc9d5; }

#afc9d5 Text Font Color

<p style="color:#afc9d5">Text here</p>

This sample text font color is #afc9d5
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.


#afc9d5 Background Color

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

This div background color is #afc9d5


#afc9d5 Border Color

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

This div border color is #afc9d5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(175,201,213, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #afc9d5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #afc9d5;
  -webkit-box-shadow: 1px 1px 3px 2px #afc9d5;
  box-shadow:         1px 1px 3px 2px #afc9d5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,201,213, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9d5


Comments

No comments written yet.

Please login to write comment.