Color Hex Logo

#dade4a Color Hex

#DADE4A
(218,222,74)
0 Favorites   0 Comments

Color spaces of #dade4a

RGB 21822274
HSL0.170.690.58
HSV62°67°87°
CMYK 0.020.000.67   0.13
XYZ56.270767.642416.5691
Yxy67.64240.40060.4815
Hunter Lab82.2450-21.801945.6269
CIE-Lab85.8273-19.070168.7877

#dade4a color RGB value is (218,222,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 01001010
Octal 332 336 112
Decimal 218 222 74
Hex DA DE 4A

RGB Percentages of Color #dade4a

%42.41
%43.19
%14.40

CMYK Percentages of Color #dade4a

%2
%0
%67
%13

Triadic Colors of #dade4a

#dade4a #4adade #de4ada

Analogous Colors of #dade4a

#dade4a #90de4a #de984a

Monochromatic Colors of #dade4a

#dade4a

Complementary Color

#dade4a #4e4ade

#dade4a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade4a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade4a Color CSS Codes

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

#dade4a Text Font Color

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

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


#dade4a Background Color

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

This div background color is #dade4a


#dade4a Border Color

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

This div border color is #dade4a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade4a


Comments

No comments written yet.

Please login to write comment.