Color Hex Logo

#dade8d Color Hex

#DADE8D
(218,222,141)
0 Favorites   0 Comments

Color spaces of #dade8d

RGB 218222141
HSL0.170.550.71
HSV63°36°87°
CMYK 0.020.000.36   0.13
XYZ59.842469.071135.3773
Yxy69.07110.36420.4204
Hunter Lab83.1090-16.912432.9381
CIE-Lab86.5392-13.437439.2974

#dade8d color RGB value is (218,222,141).

#dade8d hex color red value is 218, green value is 222 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #dade8d hue: 0.17 , saturation: 0.55 and the lightness value of dade8d is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10001101
Octal 332 336 215
Decimal 218 222 141
Hex DA DE 8D

RGB Percentages of Color #dade8d

%37.52
%38.21
%24.27

CMYK Percentages of Color #dade8d

%2
%0
%36
%13

Triadic Colors of #dade8d

#dade8d #8ddade #de8dda

Analogous Colors of #dade8d

#dade8d #b2de8d #deba8d

Monochromatic Colors of #dade8d

#dade8d

Complementary Color

#dade8d #918dde

#dade8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade8d Color CSS Codes

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

#dade8d Text Font Color

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

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


#dade8d Background Color

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

This div background color is #dade8d


#dade8d Border Color

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

This div border color is #dade8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade8d


Comments

No comments written yet.

Please login to write comment.