Color Hex Logo

#afc9d2 Color Hex

#AFC9D2
(175,201,210)
0 Favorites   0 Comments

Color spaces of #afc9d2

RGB 175201210
HSL0.540.280.75
HSV195°17°82°
CMYK 0.170.040.00   0.18
XYZ50.198755.540469.0474
Yxy55.54040.28720.3178
Hunter Lab74.5254-10.1858-2.7641
CIE-Lab79.3515-6.8367-7.4282

#afc9d2 color RGB value is (175,201,210).

#afc9d2 hex color red value is 175, green value is 201 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #afc9d2 hue: 0.54 , saturation: 0.28 and the lightness value of afc9d2 is 0.75.

The process color (four color CMYK) of #afc9d2 color hex is 0.17, 0.04, 0.00, 0.18. Web safe color of #afc9d2 is #99cccc. Color #afc9d2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 11010010
Octal 257 311 322
Decimal 175 201 210
Hex AF C9 D2

RGB Percentages of Color #afc9d2

%29.86
%34.30
%35.84

CMYK Percentages of Color #afc9d2

%17
%4
%0
%18

Triadic Colors of #afc9d2

#afc9d2 #d2afc9 #c9d2af

Analogous Colors of #afc9d2

#afc9d2 #afb8d2 #afd2ca

Monochromatic Colors of #afc9d2

#afc9d2

Complementary Color

#afc9d2 #d2b8af

#afc9d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc9d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc9d2 Color CSS Codes

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

#afc9d2 Text Font Color

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

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


#afc9d2 Background Color

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

This div background color is #afc9d2


#afc9d2 Border Color

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

This div border color is #afc9d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc9d2


Comments

No comments written yet.

Please login to write comment.