Color Hex Logo

#dcebb5 Color Hex

#DCEBB5
(220,235,181)
0 Favorites   0 Comments

Color spaces of #dcebb5

RGB 220235181
HSL0.210.570.82
HSV77°23°92°
CMYK 0.060.000.23   0.08
XYZ67.564077.968555.2045
Yxy77.96850.33660.3884
Hunter Lab88.2998-17.942424.7421
CIE-Lab90.7655-13.962624.6002

#dcebb5 color RGB value is (220,235,181).

#dcebb5 hex color red value is 220, green value is 235 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #dcebb5 hue: 0.21 , saturation: 0.57 and the lightness value of dcebb5 is 0.82.

The process color (four color CMYK) of #dcebb5 color hex is 0.06, 0.00, 0.23, 0.08. Web safe color of #dcebb5 is #ccffcc. Color #dcebb5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10110101
Octal 334 353 265
Decimal 220 235 181
Hex DC EB B5

RGB Percentages of Color #dcebb5

%34.59
%36.95
%28.46

CMYK Percentages of Color #dcebb5

%6
%0
%23
%8

Triadic Colors of #dcebb5

#dcebb5 #b5dceb #ebb5dc

Analogous Colors of #dcebb5

#dcebb5 #c1ebb5 #ebdfb5

Monochromatic Colors of #dcebb5

#dcebb5

Complementary Color

#dcebb5 #c4b5eb

#dcebb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebb5 Color CSS Codes

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

#dcebb5 Text Font Color

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

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


#dcebb5 Background Color

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

This div background color is #dcebb5


#dcebb5 Border Color

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

This div border color is #dcebb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebb5

#dcebb5 Color Palettes


Comments

No comments written yet.

Please login to write comment.