Color Hex Logo

#dade8b Color Hex

#DADE8B
(218,222,139)
0 Favorites   0 Comments

Color spaces of #dade8b

RGB 218222139
HSL0.170.560.71
HSV63°37°87°
CMYK 0.020.000.37   0.13
XYZ59.694969.012134.6005
Yxy69.01210.36550.4226
Hunter Lab83.0735-17.112333.4569
CIE-Lab86.5100-13.663940.2609

#dade8b color RGB value is (218,222,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 10001011
Octal 332 336 213
Decimal 218 222 139
Hex DA DE 8B

RGB Percentages of Color #dade8b

%37.65
%38.34
%24.01

CMYK Percentages of Color #dade8b

%2
%0
%37
%13

Triadic Colors of #dade8b

#dade8b #8bdade #de8bda

Analogous Colors of #dade8b

#dade8b #b1de8b #deb98b

Monochromatic Colors of #dade8b

#dade8b

Complementary Color

#dade8b #8f8bde

#dade8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade8b Color CSS Codes

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

#dade8b Text Font Color

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

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


#dade8b Background Color

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

This div background color is #dade8b


#dade8b Border Color

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

This div border color is #dade8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade8b


Comments

No comments written yet.

Please login to write comment.