Color Hex Logo

#dbecab Color Hex

#DBECAB
(219,236,171)
0 Favorites   0 Comments

Color spaces of #dbecab

RGB 219236171
HSL0.210.630.80
HSV76°28°93°
CMYK 0.070.000.28   0.07
XYZ66.559677.991250.0738
Yxy77.99120.34200.4007
Hunter Lab88.3126-20.014928.2010
CIE-Lab90.7759-16.229529.7202

#dbecab color RGB value is (219,236,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101100 10101011
Octal 333 354 253
Decimal 219 236 171
Hex DB EC AB

RGB Percentages of Color #dbecab

%34.98
%37.70
%27.32

CMYK Percentages of Color #dbecab

%7
%0
%28
%7

Triadic Colors of #dbecab

#dbecab #abdbec #ecabdb

Analogous Colors of #dbecab

#dbecab #bbecab #ecddab

Monochromatic Colors of #dbecab

#dbecab

Complementary Color

#dbecab #bcabec

#dbecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbecab Color CSS Codes

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

#dbecab Text Font Color

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

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


#dbecab Background Color

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

This div background color is #dbecab


#dbecab Border Color

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

This div border color is #dbecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbecab


Comments

No comments written yet.

Please login to write comment.