Color Hex Logo

#dceae1 Color Hex

#DCEAE1
(220,234,225)
0 Favorites   0 Comments

Color spaces of #dceae1

RGB 220234225
HSL0.390.250.89
HSV141°92°
CMYK 0.060.000.04   0.08
XYZ72.528679.497582.7561
Yxy79.49750.30890.3386
Hunter Lab89.1614-10.83107.3823
CIE-Lab91.4589-6.27892.7542

#dceae1 color RGB value is (220,234,225).

#dceae1 hex color red value is 220, green value is 234 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #dceae1 hue: 0.39 , saturation: 0.25 and the lightness value of dceae1 is 0.89.

The process color (four color CMYK) of #dceae1 color hex is 0.06, 0.00, 0.04, 0.08. Web safe color of #dceae1 is #ccffcc. Color #dceae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11100001
Octal 334 352 341
Decimal 220 234 225
Hex DC EA E1

RGB Percentages of Color #dceae1

%32.40
%34.46
%33.14

CMYK Percentages of Color #dceae1

%6
%0
%4
%8

Triadic Colors of #dceae1

#dceae1 #e1dcea #eae1dc

Analogous Colors of #dceae1

#dceae1 #dceae8 #deeadc

Monochromatic Colors of #dceae1

#dceae1

Complementary Color

#dceae1 #eadce5

#dceae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceae1 Color CSS Codes

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

#dceae1 Text Font Color

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

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


#dceae1 Background Color

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

This div background color is #dceae1


#dceae1 Border Color

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

This div border color is #dceae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceae1


Comments

No comments written yet.

Please login to write comment.