Color Hex Logo

#dadb96 Color Hex

#DADB96
(218,219,150)
0 Favorites   0 Comments

Color spaces of #dadb96

RGB 218219150
HSL0.170.490.72
HSV61°32°86°
CMYK 0.000.000.32   0.14
XYZ59.750067.770538.7860
Yxy67.77050.35930.4075
Hunter Lab82.3228-14.509529.6918
CIE-Lab85.8916-10.866333.8995

#dadb96 color RGB value is (218,219,150).

#dadb96 hex color red value is 218, green value is 219 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dadb96 hue: 0.17 , saturation: 0.49 and the lightness value of dadb96 is 0.72.

The process color (four color CMYK) of #dadb96 color hex is 0.00, 0.00, 0.32, 0.14. Web safe color of #dadb96 is #cccc99. Color #dadb96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 10010110
Octal 332 333 226
Decimal 218 219 150
Hex DA DB 96

RGB Percentages of Color #dadb96

%37.14
%37.31
%25.55

CMYK Percentages of Color #dadb96

%0
%0
%32
%14

Triadic Colors of #dadb96

#dadb96 #96dadb #db96da

Analogous Colors of #dadb96

#dadb96 #b8db96 #dbba96

Monochromatic Colors of #dadb96

#dadb96

Complementary Color

#dadb96 #9796db

#dadb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadb96 Color CSS Codes

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

#dadb96 Text Font Color

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

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


#dadb96 Background Color

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

This div background color is #dadb96


#dadb96 Border Color

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

This div border color is #dadb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadb96


Comments

No comments written yet.

Please login to write comment.