Color Hex Logo

#afdecc Color Hex

#AFDECC
(175,222,204)
0 Favorites   0 Comments

Color spaces of #afdecc

RGB 175222204
HSL0.440.420.78
HSV157°21°87°
CMYK 0.210.000.08   0.13
XYZ54.699665.716166.9283
Yxy65.71610.29200.3508
Hunter Lab81.0655-21.42027.7955
CIE-Lab84.8514-18.80783.8304

#afdecc color RGB value is (175,222,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011110 11001100
Octal 257 336 314
Decimal 175 222 204
Hex AF DE CC

RGB Percentages of Color #afdecc

%29.12
%36.94
%33.94

CMYK Percentages of Color #afdecc

%21
%0
%8
%13

Triadic Colors of #afdecc

#afdecc #ccafde #deccaf

Analogous Colors of #afdecc

#afdecc #afd9de #afdeb5

Monochromatic Colors of #afdecc

#afdecc

Complementary Color

#afdecc #deafc1

#afdecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdecc Color CSS Codes

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

#afdecc Text Font Color

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

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


#afdecc Background Color

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

This div background color is #afdecc


#afdecc Border Color

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

This div border color is #afdecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdecc


Comments

No comments written yet.

Please login to write comment.