Color Hex Logo

#dceba8 Color Hex

#DCEBA8
(220,235,168)
0 Favorites   0 Comments

Color spaces of #dceba8

RGB 220235168
HSL0.200.630.79
HSV73°29°92°
CMYK 0.060.000.29   0.08
XYZ66.291477.459548.5030
Yxy77.45950.34480.4029
Hunter Lab88.0111-19.570228.9330
CIE-Lab90.5327-15.778430.9323

#dceba8 color RGB value is (220,235,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10101000
Octal 334 353 250
Decimal 220 235 168
Hex DC EB A8

RGB Percentages of Color #dceba8

%35.31
%37.72
%26.97

CMYK Percentages of Color #dceba8

%6
%0
%29
%8

Triadic Colors of #dceba8

#dceba8 #a8dceb #eba8dc

Analogous Colors of #dceba8

#dceba8 #bbeba8 #ebd9a8

Monochromatic Colors of #dceba8

#dceba8

Complementary Color

#dceba8 #b7a8eb

#dceba8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceba8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceba8 Color CSS Codes

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

#dceba8 Text Font Color

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

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


#dceba8 Background Color

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

This div background color is #dceba8


#dceba8 Border Color

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

This div border color is #dceba8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceba8


Comments

No comments written yet.

Please login to write comment.