Color Hex Logo

#dbecac Color Hex

#DBECAC
(219,236,172)
0 Favorites   0 Comments

Color spaces of #dbecac

RGB 219236172
HSL0.210.630.80
HSV76°27°93°
CMYK 0.070.000.27   0.07
XYZ66.655378.029550.5778
Yxy78.02950.34140.3996
Hunter Lab88.3343-19.892527.8862
CIE-Lab90.7934-16.092129.2341

#dbecac color RGB value is (219,236,172).

#dbecac hex color red value is 219, green value is 236 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dbecac hue: 0.21 , saturation: 0.63 and the lightness value of dbecac is 0.80.

The process color (four color CMYK) of #dbecac color hex is 0.07, 0.00, 0.27, 0.07. Web safe color of #dbecac is #ccff99. Color #dbecac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10101100
Octal 333 354 254
Decimal 219 236 172
Hex DB EC AC

RGB Percentages of Color #dbecac

%34.93
%37.64
%27.43

CMYK Percentages of Color #dbecac

%7
%0
%27
%7

Triadic Colors of #dbecac

#dbecac #acdbec #ecacdb

Analogous Colors of #dbecac

#dbecac #bbecac #ecddac

Monochromatic Colors of #dbecac

#dbecac

Complementary Color

#dbecac #bdacec

#dbecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecac Color CSS Codes

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

#dbecac Text Font Color

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

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


#dbecac Background Color

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

This div background color is #dbecac


#dbecac Border Color

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

This div border color is #dbecac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecac


Comments

No comments written yet.

Please login to write comment.