Color Hex Logo

#afdfdc Color Hex

#AFDFDC
(175,223,220)
0 Favorites   0 Comments

Color spaces of #afdfdc

RGB 175223220
HSL0.490.430.78
HSV176°22°87°
CMYK 0.220.000.01   0.13
XYZ56.985167.056677.6499
Yxy67.05660.28250.3325
Hunter Lab81.8881-19.08781.1003
CIE-Lab85.5325-16.0301-3.6298

#afdfdc color RGB value is (175,223,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011111 11011100
Octal 257 337 334
Decimal 175 223 220
Hex AF DF DC

RGB Percentages of Color #afdfdc

%28.32
%36.08
%35.60

CMYK Percentages of Color #afdfdc

%22
%0
%1
%13

Triadic Colors of #afdfdc

#afdfdc #dcafdf #dfdcaf

Analogous Colors of #afdfdc

#afdfdc #afcadf #afdfc4

Monochromatic Colors of #afdfdc

#afdfdc

Complementary Color

#afdfdc #dfafb2

#afdfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdfdc Color CSS Codes

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

#afdfdc Text Font Color

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

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


#afdfdc Background Color

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

This div background color is #afdfdc


#afdfdc Border Color

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

This div border color is #afdfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdfdc


Comments

No comments written yet.

Please login to write comment.