Color Hex Logo

#dcebb3 Color Hex

#DCEBB3
(220,235,179)
0 Favorites   0 Comments

Color spaces of #dcebb3

RGB 220235179
HSL0.210.580.81
HSV76°24°92°
CMYK 0.060.000.24   0.08
XYZ67.360277.887054.1313
Yxy77.88700.33790.3906
Hunter Lab88.2536-18.202425.4114
CIE-Lab90.7283-14.251325.5763

#dcebb3 color RGB value is (220,235,179).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10110011
Octal 334 353 263
Decimal 220 235 179
Hex DC EB B3

RGB Percentages of Color #dcebb3

%34.70
%37.07
%28.23

CMYK Percentages of Color #dcebb3

%6
%0
%24
%8

Triadic Colors of #dcebb3

#dcebb3 #b3dceb #ebb3dc

Analogous Colors of #dcebb3

#dcebb3 #c0ebb3 #ebdeb3

Monochromatic Colors of #dcebb3

#dcebb3

Complementary Color

#dcebb3 #c2b3eb

#dcebb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebb3 Color CSS Codes

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

#dcebb3 Text Font Color

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

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


#dcebb3 Background Color

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

This div background color is #dcebb3


#dcebb3 Border Color

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

This div border color is #dcebb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebb3


Comments

No comments written yet.

Please login to write comment.