Color Hex Logo

#dcebb4 Color Hex

#DCEBB4
(220,235,180)
0 Favorites   0 Comments

Color spaces of #dcebb4

RGB 220235180
HSL0.210.580.81
HSV76°23°92°
CMYK 0.060.000.23   0.08
XYZ67.461777.927654.6659
Yxy77.92760.33720.3895
Hunter Lab88.2766-18.072925.0779
CIE-Lab90.7469-14.107425.0884

#dcebb4 color RGB value is (220,235,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10110100
Octal 334 353 264
Decimal 220 235 180
Hex DC EB B4

RGB Percentages of Color #dcebb4

%34.65
%37.01
%28.35

CMYK Percentages of Color #dcebb4

%6
%0
%23
%8

Triadic Colors of #dcebb4

#dcebb4 #b4dceb #ebb4dc

Analogous Colors of #dcebb4

#dcebb4 #c1ebb4 #ebdfb4

Monochromatic Colors of #dcebb4

#dcebb4

Complementary Color

#dcebb4 #c3b4eb

#dcebb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebb4 Color CSS Codes

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

#dcebb4 Text Font Color

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

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


#dcebb4 Background Color

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

This div background color is #dcebb4


#dcebb4 Border Color

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

This div border color is #dcebb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebb4


Comments

No comments written yet.

Please login to write comment.