Color Hex Logo

#dceaae Color Hex

#DCEAAE
(220,234,174)
0 Favorites   0 Comments

Color spaces of #dceaae

RGB 220234174
HSL0.210.590.80
HSV74°26°92°
CMYK 0.060.000.26   0.08
XYZ66.578077.117351.4205
Yxy77.11730.34120.3952
Hunter Lab87.8165-18.349126.7545
CIE-Lab90.3756-14.463127.6583

#dceaae color RGB value is (220,234,174).

#dceaae hex color red value is 220, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #dceaae hue: 0.21 , saturation: 0.59 and the lightness value of dceaae is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 10101110
Octal 334 352 256
Decimal 220 234 174
Hex DC EA AE

RGB Percentages of Color #dceaae

%35.03
%37.26
%27.71

CMYK Percentages of Color #dceaae

%6
%0
%26
%8

Triadic Colors of #dceaae

#dceaae #aedcea #eaaedc

Analogous Colors of #dceaae

#dceaae #beeaae #eadaae

Monochromatic Colors of #dceaae

#dceaae

Complementary Color

#dceaae #bcaeea

#dceaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceaae Color CSS Codes

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

#dceaae Text Font Color

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

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


#dceaae Background Color

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

This div background color is #dceaae


#dceaae Border Color

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

This div border color is #dceaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceaae


Comments

No comments written yet.

Please login to write comment.