Color Hex Logo

#dadc1f Color Hex

#DADC1F
(218,220,31)
0 Favorites   0 Comments

Color spaces of #dadc1f

RGB 21822031
HSL0.170.750.49
HSV61°86°86°
CMYK 0.010.000.86   0.14
XYZ54.754066.190811.1866
Yxy66.19080.41440.5009
Hunter Lab81.3577-22.245048.7981
CIE-Lab85.0936-19.714280.6275

#dadc1f color RGB value is (218,220,31).

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

The process color (four color CMYK) of #dadc1f color hex is 0.01, 0.00, 0.86, 0.14. Web safe color of #dadc1f is #cccc33. Color #dadc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 00011111
Octal 332 334 37
Decimal 218 220 31
Hex DA DC 1F

RGB Percentages of Color #dadc1f

%46.48
%46.91
%6.61

CMYK Percentages of Color #dadc1f

%1
%0
%86
%14

Triadic Colors of #dadc1f

#dadc1f #1fdadc #dc1fda

Analogous Colors of #dadc1f

#dadc1f #7cdc1f #dc801f

Monochromatic Colors of #dadc1f

#dadc1f

Complementary Color

#dadc1f #211fdc

#dadc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadc1f Color CSS Codes

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

#dadc1f Text Font Color

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

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


#dadc1f Background Color

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

This div background color is #dadc1f


#dadc1f Border Color

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

This div border color is #dadc1f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,220,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 #dadc1f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadc1f


Comments

No comments written yet.

Please login to write comment.