Color Hex Logo

#dade96 Color Hex

#DADE96
(218,222,150)
0 Favorites   0 Comments

Color spaces of #dade96

RGB 218222150
HSL0.180.520.73
HSV63°32°87°
CMYK 0.020.000.32   0.13
XYZ60.539769.350039.0493
Yxy69.35000.35840.4105
Hunter Lab83.2766-15.969830.4919
CIE-Lab86.6771-12.373434.9337

#dade96 color RGB value is (218,222,150).

#dade96 hex color red value is 218, green value is 222 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #dade96 hue: 0.18 , saturation: 0.52 and the lightness value of dade96 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10010110
Octal 332 336 226
Decimal 218 222 150
Hex DA DE 96

RGB Percentages of Color #dade96

%36.95
%37.63
%25.42

CMYK Percentages of Color #dade96

%2
%0
%32
%13

Triadic Colors of #dade96

#dade96 #96dade #de96da

Analogous Colors of #dade96

#dade96 #b6de96 #debe96

Monochromatic Colors of #dade96

#dade96

Complementary Color

#dade96 #9a96de

#dade96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade96 Color CSS Codes

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

#dade96 Text Font Color

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

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


#dade96 Background Color

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

This div background color is #dade96


#dade96 Border Color

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

This div border color is #dade96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade96


Comments

No comments written yet.

Please login to write comment.