Color Hex Logo

#dade1f Color Hex

#DADE1F
(218,222,31)
0 Favorites   0 Comments

Color spaces of #dade1f

RGB 21822231
HSL0.170.750.50
HSV61°86°87°
CMYK 0.020.000.86   0.13
XYZ55.282067.246911.3626
Yxy67.24690.41290.5022
Hunter Lab82.0042-23.174149.1877
CIE-Lab85.6285-20.686481.0609

#dade1f color RGB value is (218,222,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 00011111
Octal 332 336 37
Decimal 218 222 31
Hex DA DE 1F

RGB Percentages of Color #dade1f

%46.28
%47.13
%6.58

CMYK Percentages of Color #dade1f

%2
%0
%86
%13

Triadic Colors of #dade1f

#dade1f #1fdade #de1fda

Analogous Colors of #dade1f

#dade1f #7bde1f #de831f

Monochromatic Colors of #dade1f

#dade1f

Complementary Color

#dade1f #231fde

#dade1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade1f Color CSS Codes

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

#dade1f Text Font Color

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

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


#dade1f Background Color

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

This div background color is #dade1f


#dade1f Border Color

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

This div border color is #dade1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade1f


Comments

No comments written yet.

Please login to write comment.