Color Hex Logo

#dade11 Color Hex

#DADE11
(218,222,17)
0 Favorites   0 Comments

Color spaces of #dade11

RGB 21822217
HSL0.170.860.47
HSV61°92°87°
CMYK 0.020.000.92   0.13
XYZ55.135967.188410.5930
Yxy67.18840.41480.5055
Hunter Lab81.9685-23.377449.7158
CIE-Lab85.5990-20.927483.1858

#dade11 color RGB value is (218,222,17).

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

The process color (four color CMYK) of #dade11 color hex is 0.02, 0.00, 0.92, 0.13. Web safe color of #dade11 is #cccc00. Color #dade11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 00010001
Octal 332 336 21
Decimal 218 222 17
Hex DA DE 11

RGB Percentages of Color #dade11

%47.70
%48.58
%3.72

CMYK Percentages of Color #dade11

%2
%0
%92
%13

Triadic Colors of #dade11

#dade11 #11dade #de11da

Analogous Colors of #dade11

#dade11 #74de11 #de7c11

Monochromatic Colors of #dade11

#dade11

Complementary Color

#dade11 #1511de

#dade11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade11 Color CSS Codes

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

#dade11 Text Font Color

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

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


#dade11 Background Color

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

This div background color is #dade11


#dade11 Border Color

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

This div border color is #dade11


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade11


Comments

No comments written yet.

Please login to write comment.