Color Hex Logo

#afcbd4 Color Hex

#AFCBD4
(175,203,212)
0 Favorites   0 Comments

Color spaces of #afcbd4

RGB 175203212
HSL0.540.300.76
HSV195°17°83°
CMYK 0.170.040.00   0.17
XYZ50.918856.579370.5245
Yxy56.57930.28600.3178
Hunter Lab75.2192-10.8001-2.9360
CIE-Lab79.9424-7.4601-7.6261

#afcbd4 color RGB value is (175,203,212).

#afcbd4 hex color red value is 175, green value is 203 and the blue value of its RGB is 212. Cylindrical-coordinate representations (also known as HSL) of color #afcbd4 hue: 0.54 , saturation: 0.30 and the lightness value of afcbd4 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001011 11010100
Octal 257 313 324
Decimal 175 203 212
Hex AF CB D4

RGB Percentages of Color #afcbd4

%29.66
%34.41
%35.93

CMYK Percentages of Color #afcbd4

%17
%4
%0
%17

Triadic Colors of #afcbd4

#afcbd4 #d4afcb #cbd4af

Analogous Colors of #afcbd4

#afcbd4 #afb9d4 #afd4cb

Monochromatic Colors of #afcbd4

#afcbd4

Complementary Color

#afcbd4 #d4b8af

#afcbd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcbd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcbd4 Color CSS Codes

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

#afcbd4 Text Font Color

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

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


#afcbd4 Background Color

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

This div background color is #afcbd4


#afcbd4 Border Color

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

This div border color is #afcbd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcbd4


Comments

No comments written yet.

Please login to write comment.