Color Hex Logo

#dceba5 Color Hex

#DCEBA5
(220,235,165)
0 Favorites   0 Comments

Color spaces of #dceba5

RGB 220235165
HSL0.200.640.78
HSV73°30°92°
CMYK 0.060.000.30   0.08
XYZ66.015177.348947.0478
Yxy77.34890.34670.4062
Hunter Lab87.9482-19.924929.8466
CIE-Lab90.4820-16.176732.3880

#dceba5 color RGB value is (220,235,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10100101
Octal 334 353 245
Decimal 220 235 165
Hex DC EB A5

RGB Percentages of Color #dceba5

%35.48
%37.90
%26.61

CMYK Percentages of Color #dceba5

%6
%0
%30
%8

Triadic Colors of #dceba5

#dceba5 #a5dceb #eba5dc

Analogous Colors of #dceba5

#dceba5 #b9eba5 #ebd7a5

Monochromatic Colors of #dceba5

#dceba5

Complementary Color

#dceba5 #b4a5eb

#dceba5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceba5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceba5 Color CSS Codes

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

#dceba5 Text Font Color

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

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


#dceba5 Background Color

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

This div background color is #dceba5


#dceba5 Border Color

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

This div border color is #dceba5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceba5


Comments

No comments written yet.

Please login to write comment.