Color Hex Logo

#dceb90 Color Hex

#DCEB90
(220,235,144)
0 Favorites   0 Comments

Color spaces of #dceb90

RGB 220235144
HSL0.190.690.74
HSV70°39°92°
CMYK 0.060.000.39   0.08
XYZ64.257676.645937.7930
Yxy76.64590.35960.4289
Hunter Lab87.5476-22.194235.6888
CIE-Lab90.1584-18.746842.4764

#dceb90 color RGB value is (220,235,144).

#dceb90 hex color red value is 220, green value is 235 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #dceb90 hue: 0.19 , saturation: 0.69 and the lightness value of dceb90 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10010000
Octal 334 353 220
Decimal 220 235 144
Hex DC EB 90

RGB Percentages of Color #dceb90

%36.73
%39.23
%24.04

CMYK Percentages of Color #dceb90

%6
%0
%39
%8

Triadic Colors of #dceb90

#dceb90 #90dceb #eb90dc

Analogous Colors of #dceb90

#dceb90 #afeb90 #ebcd90

Monochromatic Colors of #dceb90

#dceb90

Complementary Color

#dceb90 #9f90eb

#dceb90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb90 Color CSS Codes

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

#dceb90 Text Font Color

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

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


#dceb90 Background Color

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

This div background color is #dceb90


#dceb90 Border Color

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

This div border color is #dceb90


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb90


Comments

No comments written yet.

Please login to write comment.