Color Hex Logo

#dceeaf Color Hex

#DCEEAF
(220,238,175)
0 Favorites   0 Comments

Color spaces of #dceeaf

RGB 220238175
HSL0.210.650.81
HSV77°26°93°
CMYK 0.080.000.26   0.07
XYZ67.827679.459952.3198
Yxy79.45990.33980.3981
Hunter Lab89.1403-20.173327.5987
CIE-Lab91.4420-16.298828.5942

#dceeaf color RGB value is (220,238,175).

#dceeaf hex color red value is 220, green value is 238 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #dceeaf hue: 0.21 , saturation: 0.65 and the lightness value of dceeaf is 0.81.

The process color (four color CMYK) of #dceeaf color hex is 0.08, 0.00, 0.26, 0.07. Web safe color of #dceeaf is #ccff99. Color #dceeaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 10101111
Octal 334 356 257
Decimal 220 238 175
Hex DC EE AF

RGB Percentages of Color #dceeaf

%34.76
%37.60
%27.65

CMYK Percentages of Color #dceeaf

%8
%0
%26
%7

Triadic Colors of #dceeaf

#dceeaf #afdcee #eeafdc

Analogous Colors of #dceeaf

#dceeaf #bdeeaf #eee1af

Monochromatic Colors of #dceeaf

#dceeaf

Complementary Color

#dceeaf #c1afee

#dceeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeaf Color CSS Codes

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

#dceeaf Text Font Color

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

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


#dceeaf Background Color

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

This div background color is #dceeaf


#dceeaf Border Color

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

This div border color is #dceeaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeaf


Comments

No comments written yet.

Please login to write comment.