Color Hex Logo

#dadd04 Color Hex

#DADD04
(218,221,4)
0 Favorites   0 Comments

Color spaces of #dadd04

RGB 2182214
HSL0.170.960.44
HSV61°98°87°
CMYK 0.010.000.98   0.13
XYZ54.791866.627110.0873
Yxy66.62710.41660.5066
Hunter Lab81.6254-23.024849.8107
CIE-Lab85.3153-20.573884.1844

#dadd04 color RGB value is (218,221,4).

#dadd04 hex color red value is 218, green value is 221 and the blue value of its RGB is 4. Cylindrical-coordinate representations (also known as HSL) of color #dadd04 hue: 0.17 , saturation: 0.96 and the lightness value of dadd04 is 0.44.

The process color (four color CMYK) of #dadd04 color hex is 0.01, 0.00, 0.98, 0.13. Web safe color of #dadd04 is #cccc00. Color #dadd04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 00000100
Octal 332 335 4
Decimal 218 221 4
Hex DA DD 4

RGB Percentages of Color #dadd04

%49.21
%49.89
%0.90

CMYK Percentages of Color #dadd04

%1
%0
%98
%13

Triadic Colors of #dadd04

#dadd04 #04dadd #dd04da

Analogous Colors of #dadd04

#dadd04 #6edd04 #dd7404

Monochromatic Colors of #dadd04

#dadd04

Complementary Color

#dadd04 #0704dd

#dadd04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadd04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadd04 Color CSS Codes

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

#dadd04 Text Font Color

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

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


#dadd04 Background Color

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

This div background color is #dadd04


#dadd04 Border Color

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

This div border color is #dadd04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadd04


Comments

No comments written yet.

Please login to write comment.