Color Hex Logo

#dade4b Color Hex

#DADE4B
(218,222,75)
0 Favorites   0 Comments

Color spaces of #dade4b

RGB 21822275
HSL0.170.690.58
HSV62°66°87°
CMYK 0.020.000.66   0.13
XYZ56.304767.656016.7479
Yxy67.65600.40020.4808
Hunter Lab82.2533-21.754945.5050
CIE-Lab85.8341-19.014968.4168

#dade4b color RGB value is (218,222,75).

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

The process color (four color CMYK) of #dade4b color hex is 0.02, 0.00, 0.66, 0.13. Web safe color of #dade4b is #cccc33. Color #dade4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 01001011
Octal 332 336 113
Decimal 218 222 75
Hex DA DE 4B

RGB Percentages of Color #dade4b

%42.33
%43.11
%14.56

CMYK Percentages of Color #dade4b

%2
%0
%66
%13

Triadic Colors of #dade4b

#dade4b #4bdade #de4bda

Analogous Colors of #dade4b

#dade4b #91de4b #de994b

Monochromatic Colors of #dade4b

#dade4b

Complementary Color

#dade4b #4f4bde

#dade4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade4b Color CSS Codes

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

#dade4b Text Font Color

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

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


#dade4b Background Color

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

This div background color is #dade4b


#dade4b Border Color

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

This div border color is #dade4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade4b


Comments

No comments written yet.

Please login to write comment.