Color Hex Logo

#dcebe9 Color Hex

#DCEBE9
(220,235,233)
0 Favorites   0 Comments

Color spaces of #dcebe9

RGB 220235233
HSL0.480.270.89
HSV172°92°
CMYK 0.060.000.01   0.08
XYZ73.931580.515588.7352
Yxy80.51550.30400.3311
Hunter Lab89.7304-9.95694.1789
CIE-Lab91.9157-5.3205-0.7522

#dcebe9 color RGB value is (220,235,233).

#dcebe9 hex color red value is 220, green value is 235 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #dcebe9 hue: 0.48 , saturation: 0.27 and the lightness value of dcebe9 is 0.89.

The process color (four color CMYK) of #dcebe9 color hex is 0.06, 0.00, 0.01, 0.08. Web safe color of #dcebe9 is #ccffff. Color #dcebe9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11101001
Octal 334 353 351
Decimal 220 235 233
Hex DC EB E9

RGB Percentages of Color #dcebe9

%31.98
%34.16
%33.87

CMYK Percentages of Color #dcebe9

%6
%0
%1
%8

Triadic Colors of #dcebe9

#dcebe9 #e9dceb #ebe9dc

Analogous Colors of #dcebe9

#dcebe9 #dce6eb #dcebe2

Monochromatic Colors of #dcebe9

#dcebe9

Complementary Color

#dcebe9 #ebdcde

#dcebe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebe9 Color CSS Codes

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

#dcebe9 Text Font Color

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

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


#dcebe9 Background Color

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

This div background color is #dcebe9


#dcebe9 Border Color

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

This div border color is #dcebe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebe9


Comments

No comments written yet.

Please login to write comment.