Color Hex Logo

#dcebe3 Color Hex

#DCEBE3
(220,235,227)
0 Favorites   0 Comments

Color spaces of #dcebe3

RGB 220235227
HSL0.410.270.89
HSV148°92°
CMYK 0.060.000.03   0.08
XYZ73.088780.178484.2968
Yxy80.17840.30770.3375
Hunter Lab89.5424-10.99916.8630
CIE-Lab91.7648-6.42442.1559

#dcebe3 color RGB value is (220,235,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101011 11100011
Octal 334 353 343
Decimal 220 235 227
Hex DC EB E3

RGB Percentages of Color #dcebe3

%32.26
%34.46
%33.28

CMYK Percentages of Color #dcebe3

%6
%0
%3
%8

Triadic Colors of #dcebe3

#dcebe3 #e3dceb #ebe3dc

Analogous Colors of #dcebe3

#dcebe3 #dcebeb #ddebdc

Monochromatic Colors of #dcebe3

#dcebe3

Complementary Color

#dcebe3 #ebdce4

#dcebe3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcebe3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcebe3 Color CSS Codes

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

#dcebe3 Text Font Color

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

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


#dcebe3 Background Color

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

This div background color is #dcebe3


#dcebe3 Border Color

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

This div border color is #dcebe3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcebe3


Comments

No comments written yet.

Please login to write comment.