Color Hex Logo

#dddf04 Color Hex

#DDDF04
(221,223,4)
0 Favorites   0 Comments

Color spaces of #dddf04

RGB 2212234
HSL0.170.960.45
HSV61°98°87°
CMYK 0.010.000.98   0.13
XYZ56.228468.156310.3068
Yxy68.15630.41750.5060
Hunter Lab82.5568-22.900450.3877
CIE-Lab86.0845-20.284084.8590

#dddf04 color RGB value is (221,223,4).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00000100
Octal 335 337 4
Decimal 221 223 4
Hex DD DF 4

RGB Percentages of Color #dddf04

%49.33
%49.78
%0.89

CMYK Percentages of Color #dddf04

%1
%0
%98
%13

Triadic Colors of #dddf04

#dddf04 #04dddf #df04dd

Analogous Colors of #dddf04

#dddf04 #70df04 #df7404

Monochromatic Colors of #dddf04

#dddf04

Complementary Color

#dddf04 #0604df

#dddf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf04 Color CSS Codes

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

#dddf04 Text Font Color

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

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


#dddf04 Background Color

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

This div background color is #dddf04


#dddf04 Border Color

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

This div border color is #dddf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf04


Comments

No comments written yet.

Please login to write comment.