Color Hex Logo

#dbddab Color Hex

#DBDDAB
(219,221,171)
0 Favorites   0 Comments

Color spaces of #dbddab

RGB 219221171
HSL0.170.420.77
HSV62°23°87°
CMYK 0.010.000.23   0.13
XYZ62.420669.713248.6942
Yxy69.71320.34520.3855
Hunter Lab83.4944-12.668323.8680
CIE-Lab86.8560-8.734724.3928

#dbddab color RGB value is (219,221,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11011101 10101011
Octal 333 335 253
Decimal 219 221 171
Hex DB DD AB

RGB Percentages of Color #dbddab

%35.84
%36.17
%27.99

CMYK Percentages of Color #dbddab

%1
%0
%23
%13

Triadic Colors of #dbddab

#dbddab #abdbdd #ddabdb

Analogous Colors of #dbddab

#dbddab #c2ddab #ddc6ab

Monochromatic Colors of #dbddab

#dbddab

Complementary Color

#dbddab #adabdd

#dbddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbddab Color CSS Codes

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

#dbddab Text Font Color

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

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


#dbddab Background Color

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

This div background color is #dbddab


#dbddab Border Color

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

This div border color is #dbddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbddab


Comments

No comments written yet.

Please login to write comment.