Color Hex Logo

#dceab0 Color Hex

#DCEAB0
(220,234,176)
0 Favorites   0 Comments

Color spaces of #dceab0

RGB 220234176
HSL0.210.580.80
HSV74°25°92°
CMYK 0.060.000.25   0.08
XYZ66.774577.195952.4552
Yxy77.19590.33990.3930
Hunter Lab87.8612-18.097126.1053
CIE-Lab90.4117-14.182426.6829

#dceab0 color RGB value is (220,234,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 10110000
Octal 334 352 260
Decimal 220 234 176
Hex DC EA B0

RGB Percentages of Color #dceab0

%34.92
%37.14
%27.94

CMYK Percentages of Color #dceab0

%6
%0
%25
%8

Triadic Colors of #dceab0

#dceab0 #b0dcea #eab0dc

Analogous Colors of #dceab0

#dceab0 #bfeab0 #eadbb0

Monochromatic Colors of #dceab0

#dceab0

Complementary Color

#dceab0 #beb0ea

#dceab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceab0 Color CSS Codes

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

#dceab0 Text Font Color

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

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


#dceab0 Background Color

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

This div background color is #dceab0


#dceab0 Border Color

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

This div border color is #dceab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceab0


Comments

No comments written yet.

Please login to write comment.