Color Hex Logo

#dbecad Color Hex

#DBECAD
(219,236,173)
0 Favorites   0 Comments

Color spaces of #dbecad

RGB 219236173
HSL0.210.620.80
HSV76°27°93°
CMYK 0.070.000.27   0.07
XYZ66.751778.068151.0856
Yxy78.06810.34070.3985
Hunter Lab88.3562-19.769327.5691
CIE-Lab90.8110-15.954028.7479

#dbecad color RGB value is (219,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10101101
Octal 333 354 255
Decimal 219 236 173
Hex DB EC AD

RGB Percentages of Color #dbecad

%34.87
%37.58
%27.55

CMYK Percentages of Color #dbecad

%7
%0
%27
%7

Triadic Colors of #dbecad

#dbecad #addbec #ecaddb

Analogous Colors of #dbecad

#dbecad #bcecad #ecdead

Monochromatic Colors of #dbecad

#dbecad

Complementary Color

#dbecad #beadec

#dbecad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecad Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecad Color CSS Codes

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

#dbecad Text Font Color

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

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


#dbecad Background Color

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

This div background color is #dbecad


#dbecad Border Color

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

This div border color is #dbecad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecad


Comments

No comments written yet.

Please login to write comment.