Color Hex Logo

#dade0f Color Hex

#DADE0F
(218,222,15)
0 Favorites   0 Comments

Color spaces of #dade0f

RGB 21822215
HSL0.170.870.46
HSV61°93°87°
CMYK 0.020.000.93   0.13
XYZ55.120967.182510.5143
Yxy67.18250.41500.5058
Hunter Lab81.9649-23.398549.7698
CIE-Lab85.5960-20.952483.4091

#dade0f color RGB value is (218,222,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 00001111
Octal 332 336 17
Decimal 218 222 15
Hex DA DE F

RGB Percentages of Color #dade0f

%47.91
%48.79
%3.30

CMYK Percentages of Color #dade0f

%2
%0
%93
%13

Triadic Colors of #dade0f

#dade0f #0fdade #de0fda

Analogous Colors of #dade0f

#dade0f #73de0f #de7b0f

Monochromatic Colors of #dade0f

#dade0f

Complementary Color

#dade0f #130fde

#dade0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dade0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dade0f Color CSS Codes

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

#dade0f Text Font Color

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

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


#dade0f Background Color

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

This div background color is #dade0f


#dade0f Border Color

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

This div border color is #dade0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dade0f


Comments

No comments written yet.

Please login to write comment.