Color Hex Logo

#dceab6 Color Hex

#DCEAB6
(220,234,182)
0 Favorites   0 Comments

Color spaces of #dceab6

RGB 220234182
HSL0.210.550.82
HSV76°22°92°
CMYK 0.060.000.22   0.08
XYZ67.381577.438755.6517
Yxy77.43870.33610.3863
Hunter Lab87.9993-17.320324.1038
CIE-Lab90.5232-13.320023.7529

#dceab6 color RGB value is (220,234,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 10110110
Octal 334 352 266
Decimal 220 234 182
Hex DC EA B6

RGB Percentages of Color #dceab6

%34.59
%36.79
%28.62

CMYK Percentages of Color #dceab6

%6
%0
%22
%8

Triadic Colors of #dceab6

#dceab6 #b6dcea #eab6dc

Analogous Colors of #dceab6

#dceab6 #c2eab6 #eadeb6

Monochromatic Colors of #dceab6

#dceab6

Complementary Color

#dceab6 #c4b6ea

#dceab6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceab6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceab6 Color CSS Codes

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

#dceab6 Text Font Color

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

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


#dceab6 Background Color

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

This div background color is #dceab6


#dceab6 Border Color

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

This div border color is #dceab6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceab6


Comments

No comments written yet.

Please login to write comment.