Color Hex Logo

#dbecc1 Color Hex

#DBECC1
(219,236,193)
0 Favorites   0 Comments

Color spaces of #dbecc1

RGB 219236193
HSL0.230.530.84
HSV84°18°93°
CMYK 0.070.000.18   0.07
XYZ68.834578.901262.0536
Yxy78.90120.32810.3761
Hunter Lab88.8263-17.120520.7588
CIE-Lab91.1896-13.010718.9914

#dbecc1 color RGB value is (219,236,193).

#dbecc1 hex color red value is 219, green value is 236 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #dbecc1 hue: 0.23 , saturation: 0.53 and the lightness value of dbecc1 is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 11000001
Octal 333 354 301
Decimal 219 236 193
Hex DB EC C1

RGB Percentages of Color #dbecc1

%33.80
%36.42
%29.78

CMYK Percentages of Color #dbecc1

%7
%0
%18
%7

Triadic Colors of #dbecc1

#dbecc1 #c1dbec #ecc1db

Analogous Colors of #dbecc1

#dbecc1 #c6ecc1 #ece8c1

Monochromatic Colors of #dbecc1

#dbecc1

Complementary Color

#dbecc1 #d2c1ec

#dbecc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecc1 Color CSS Codes

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

#dbecc1 Text Font Color

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

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


#dbecc1 Background Color

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

This div background color is #dbecc1


#dbecc1 Border Color

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

This div border color is #dbecc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecc1


Comments

No comments written yet.

Please login to write comment.