Color Hex Logo

#afdedc Color Hex

#AFDEDC
(175,222,220)
0 Favorites   0 Comments

Color spaces of #afdedc

RGB 175222220
HSL0.490.420.78
HSV177°21°87°
CMYK 0.210.000.01   0.13
XYZ56.718766.523877.5611
Yxy66.52380.28250.3313
Hunter Lab81.5621-18.60390.7120
CIE-Lab85.2629-15.5260-4.0266

#afdedc color RGB value is (175,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11011100
Octal 257 336 334
Decimal 175 222 220
Hex AF DE DC

RGB Percentages of Color #afdedc

%28.36
%35.98
%35.66

CMYK Percentages of Color #afdedc

%21
%0
%1
%13

Triadic Colors of #afdedc

#afdedc #dcafde #dedcaf

Analogous Colors of #afdedc

#afdedc #afc9de #afdec5

Monochromatic Colors of #afdedc

#afdedc

Complementary Color

#afdedc #deafb1

#afdedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdedc Color CSS Codes

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

#afdedc Text Font Color

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

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


#afdedc Background Color

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

This div background color is #afdedc


#afdedc Border Color

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

This div border color is #afdedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,222,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 #afdedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdedc

#afdedc Color Palettes


Comments

No comments written yet.

Please login to write comment.