Color Hex Logo

#dbecc9 Color Hex

#DBECC9
(219,236,201)
0 Favorites   0 Comments

Color spaces of #dbecc9

RGB 219236201
HSL0.250.480.86
HSV89°15°93°
CMYK 0.070.000.15   0.07
XYZ69.751579.268066.8823
Yxy79.26800.32310.3671
Hunter Lab89.0326-15.963317.7835
CIE-Lab91.3554-11.740415.0832

#dbecc9 color RGB value is (219,236,201).

#dbecc9 hex color red value is 219, green value is 236 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #dbecc9 hue: 0.25 , saturation: 0.48 and the lightness value of dbecc9 is 0.86.

The process color (four color CMYK) of #dbecc9 color hex is 0.07, 0.00, 0.15, 0.07. Web safe color of #dbecc9 is #ccffcc. Color #dbecc9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11001001
Octal 333 354 311
Decimal 219 236 201
Hex DB EC C9

RGB Percentages of Color #dbecc9

%33.38
%35.98
%30.64

CMYK Percentages of Color #dbecc9

%7
%0
%15
%7

Triadic Colors of #dbecc9

#dbecc9 #c9dbec #ecc9db

Analogous Colors of #dbecc9

#dbecc9 #caecc9 #ececc9

Monochromatic Colors of #dbecc9

#dbecc9

Complementary Color

#dbecc9 #dac9ec

#dbecc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecc9 Color CSS Codes

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

#dbecc9 Text Font Color

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

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


#dbecc9 Background Color

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

This div background color is #dbecc9


#dbecc9 Border Color

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

This div border color is #dbecc9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,236,201, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbecc9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbecc9;
  -webkit-box-shadow: 1px 1px 3px 2px #dbecc9;
  box-shadow:         1px 1px 3px 2px #dbecc9; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,236,201, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecc9


Comments

No comments written yet.

Please login to write comment.