Color Hex Logo

#dcebab Color Hex

#DCEBAB
(220,235,171)
0 Favorites   0 Comments

Color spaces of #dcebab

RGB 220235171
HSL0.210.620.80
HSV74°27°92°
CMYK 0.060.000.27   0.08
XYZ66.574277.572649.9922
Yxy77.57260.34290.3996
Hunter Lab88.0753-19.207527.9993
CIE-Lab90.5845-15.372229.4742

#dcebab color RGB value is (220,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10101011
Octal 334 353 253
Decimal 220 235 171
Hex DC EB AB

RGB Percentages of Color #dcebab

%35.14
%37.54
%27.32

CMYK Percentages of Color #dcebab

%6
%0
%27
%8

Triadic Colors of #dcebab

#dcebab #abdceb #ebabdc

Analogous Colors of #dcebab

#dcebab #bcebab #ebdaab

Monochromatic Colors of #dcebab

#dcebab

Complementary Color

#dcebab #baabeb

#dcebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebab Color CSS Codes

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

#dcebab Text Font Color

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

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


#dcebab Background Color

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

This div background color is #dcebab


#dcebab Border Color

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

This div border color is #dcebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebab


Comments

No comments written yet.

Please login to write comment.