Color Hex Logo

#dbdeab Color Hex

#DBDEAB
(219,222,171)
0 Favorites   0 Comments

Color spaces of #dbdeab

RGB 219222171
HSL0.180.440.77
HSV64°23°87°
CMYK 0.010.000.23   0.13
XYZ62.685470.242948.7824
Yxy70.24290.34500.3866
Hunter Lab83.8110-13.162524.1579
CIE-Lab87.1159-9.241124.7485

#dbdeab color RGB value is (219,222,171).

#dbdeab hex color red value is 219, green value is 222 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #dbdeab hue: 0.18 , saturation: 0.44 and the lightness value of dbdeab is 0.77.

The process color (four color CMYK) of #dbdeab color hex is 0.01, 0.00, 0.23, 0.13. Web safe color of #dbdeab is #cccc99. Color #dbdeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011110 10101011
Octal 333 336 253
Decimal 219 222 171
Hex DB DE AB

RGB Percentages of Color #dbdeab

%35.78
%36.27
%27.94

CMYK Percentages of Color #dbdeab

%1
%0
%23
%13

Triadic Colors of #dbdeab

#dbdeab #abdbde #deabdb

Analogous Colors of #dbdeab

#dbdeab #c2deab #dec8ab

Monochromatic Colors of #dbdeab

#dbdeab

Complementary Color

#dbdeab #aeabde

#dbdeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbdeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbdeab Color CSS Codes

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

#dbdeab Text Font Color

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

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


#dbdeab Background Color

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

This div background color is #dbdeab


#dbdeab Border Color

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

This div border color is #dbdeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbdeab


Comments

No comments written yet.

Please login to write comment.