Color Hex Logo

#afdfcc Color Hex

#AFDFCC
(175,223,204)
0 Favorites   0 Comments

Color spaces of #afdfcc

RGB 175223204
HSL0.430.430.78
HSV156°22°87°
CMYK 0.220.000.09   0.13
XYZ54.966066.248967.0171
Yxy66.24890.29200.3520
Hunter Lab81.3934-21.89528.1577
CIE-Lab85.1232-19.30544.2239

#afdfcc color RGB value is (175,223,204).

#afdfcc hex color red value is 175, green value is 223 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afdfcc hue: 0.43 , saturation: 0.43 and the lightness value of afdfcc is 0.78.

The process color (four color CMYK) of #afdfcc color hex is 0.22, 0.00, 0.09, 0.13. Web safe color of #afdfcc is #99cccc. Color #afdfcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11001100
Octal 257 337 314
Decimal 175 223 204
Hex AF DF CC

RGB Percentages of Color #afdfcc

%29.07
%37.04
%33.89

CMYK Percentages of Color #afdfcc

%22
%0
%9
%13

Triadic Colors of #afdfcc

#afdfcc #ccafdf #dfccaf

Analogous Colors of #afdfcc

#afdfcc #afdadf #afdfb4

Monochromatic Colors of #afdfcc

#afdfcc

Complementary Color

#afdfcc #dfafc2

#afdfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfcc Color CSS Codes

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

#afdfcc Text Font Color

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

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


#afdfcc Background Color

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

This div background color is #afdfcc


#afdfcc Border Color

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

This div border color is #afdfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfcc


Comments

No comments written yet.

Please login to write comment.