Color Hex Logo

#dceb95 Color Hex

#DCEB95
(220,235,149)
0 Favorites   0 Comments

Color spaces of #dceb95

RGB 220235149
HSL0.200.680.75
HSV70°37°92°
CMYK 0.060.000.37   0.08
XYZ64.648376.802239.8508
Yxy76.80220.35660.4236
Hunter Lab87.6369-21.687934.3851
CIE-Lab90.2305-18.170140.0947

#dceb95 color RGB value is (220,235,149).

#dceb95 hex color red value is 220, green value is 235 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #dceb95 hue: 0.20 , saturation: 0.68 and the lightness value of dceb95 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10010101
Octal 334 353 225
Decimal 220 235 149
Hex DC EB 95

RGB Percentages of Color #dceb95

%36.42
%38.91
%24.67

CMYK Percentages of Color #dceb95

%6
%0
%37
%8

Triadic Colors of #dceb95

#dceb95 #95dceb #eb95dc

Analogous Colors of #dceb95

#dceb95 #b1eb95 #ebcf95

Monochromatic Colors of #dceb95

#dceb95

Complementary Color

#dceb95 #a495eb

#dceb95 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb95 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb95 Color CSS Codes

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

#dceb95 Text Font Color

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

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


#dceb95 Background Color

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

This div background color is #dceb95


#dceb95 Border Color

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

This div border color is #dceb95


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb95


Comments

No comments written yet.

Please login to write comment.