Color Hex Logo

#dbebab Color Hex

#DBEBAB
(219,235,171)
0 Favorites   0 Comments

Color spaces of #dbebab

RGB 219235171
HSL0.210.620.80
HSV75°27°92°
CMYK 0.070.000.27   0.08
XYZ66.272477.417049.9781
Yxy77.41700.34220.3997
Hunter Lab87.9869-19.529627.9131
CIE-Lab90.5132-15.736829.3657

#dbebab color RGB value is (219,235,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 10101011
Octal 333 353 253
Decimal 219 235 171
Hex DB EB AB

RGB Percentages of Color #dbebab

%35.04
%37.60
%27.36

CMYK Percentages of Color #dbebab

%7
%0
%27
%8

Triadic Colors of #dbebab

#dbebab #abdbeb #ebabdb

Analogous Colors of #dbebab

#dbebab #bbebab #ebdbab

Monochromatic Colors of #dbebab

#dbebab

Complementary Color

#dbebab #bbabeb

#dbebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebab Color CSS Codes

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

#dbebab Text Font Color

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

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


#dbebab Background Color

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

This div background color is #dbebab


#dbebab Border Color

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

This div border color is #dbebab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,235,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 #dbebab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebab


Comments

No comments written yet.

Please login to write comment.