Color Hex Logo

#dceb98 Color Hex

#DCEB98
(220,235,152)
0 Favorites   0 Comments

Color spaces of #dceb98

RGB 220235152
HSL0.200.670.76
HSV71°35°92°
CMYK 0.060.000.35   0.08
XYZ64.891076.899341.1287
Yxy76.89930.35480.4204
Hunter Lab87.6922-21.374033.5769
CIE-Lab90.2752-17.813438.6587

#dceb98 color RGB value is (220,235,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10011000
Octal 334 353 230
Decimal 220 235 152
Hex DC EB 98

RGB Percentages of Color #dceb98

%36.24
%38.71
%25.04

CMYK Percentages of Color #dceb98

%6
%0
%35
%8

Triadic Colors of #dceb98

#dceb98 #98dceb #eb98dc

Analogous Colors of #dceb98

#dceb98 #b3eb98 #ebd198

Monochromatic Colors of #dceb98

#dceb98

Complementary Color

#dceb98 #a798eb

#dceb98 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceb98 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceb98 Color CSS Codes

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

#dceb98 Text Font Color

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

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


#dceb98 Background Color

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

This div background color is #dceb98


#dceb98 Border Color

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

This div border color is #dceb98


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceb98


Comments

No comments written yet.

Please login to write comment.