Color Hex Logo

#dcebbf Color Hex

#DCEBBF
(220,235,191)
0 Favorites   0 Comments

Color spaces of #dcebbf

RGB 220235191
HSL0.220.520.84
HSV80°19°92°
CMYK 0.060.000.19   0.08
XYZ68.627578.393960.8047
Yxy78.39390.33020.3772
Hunter Lab88.5403-16.590421.2611
CIE-Lab90.9593-12.468919.7144

#dcebbf color RGB value is (220,235,191).

#dcebbf hex color red value is 220, green value is 235 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dcebbf hue: 0.22 , saturation: 0.52 and the lightness value of dcebbf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 10111111
Octal 334 353 277
Decimal 220 235 191
Hex DC EB BF

RGB Percentages of Color #dcebbf

%34.06
%36.38
%29.57

CMYK Percentages of Color #dcebbf

%6
%0
%19
%8

Triadic Colors of #dcebbf

#dcebbf #bfdceb #ebbfdc

Analogous Colors of #dcebbf

#dcebbf #c6ebbf #ebe4bf

Monochromatic Colors of #dcebbf

#dcebbf

Complementary Color

#dcebbf #cebfeb

#dcebbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebbf Color CSS Codes

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

#dcebbf Text Font Color

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

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


#dcebbf Background Color

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

This div background color is #dcebbf


#dcebbf Border Color

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

This div border color is #dcebbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebbf


Comments

No comments written yet.

Please login to write comment.