Color Hex Logo

#dcebb6 Color Hex

#DCEBB6
(220,235,182)
0 Favorites   0 Comments

Color spaces of #dcebb6

RGB 220235182
HSL0.210.570.82
HSV77°23°92°
CMYK 0.060.000.23   0.08
XYZ67.667078.009755.7469
Yxy78.00970.33590.3873
Hunter Lab88.3231-17.811224.4041
CIE-Lab90.7843-13.817024.1121

#dcebb6 color RGB value is (220,235,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10110110
Octal 334 353 266
Decimal 220 235 182
Hex DC EB B6

RGB Percentages of Color #dcebb6

%34.54
%36.89
%28.57

CMYK Percentages of Color #dcebb6

%6
%0
%23
%8

Triadic Colors of #dcebb6

#dcebb6 #b6dceb #ebb6dc

Analogous Colors of #dcebb6

#dcebb6 #c2ebb6 #ebe0b6

Monochromatic Colors of #dcebb6

#dcebb6

Complementary Color

#dcebb6 #c5b6eb

#dcebb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebb6 Color CSS Codes

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

#dcebb6 Text Font Color

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

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


#dcebb6 Background Color

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

This div background color is #dcebb6


#dcebb6 Border Color

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

This div border color is #dcebb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebb6


Comments

No comments written yet.

Please login to write comment.