Color Hex Logo

#dddf24 Color Hex

#DDDF24
(221,223,36)
0 Favorites   0 Comments

Color spaces of #dddf24

RGB 22122336
HSL0.170.750.51
HSV61°84°87°
CMYK 0.010.000.84   0.13
XYZ56.524968.274911.8683
Yxy68.27490.41360.4996
Hunter Lab82.6286-22.491249.3240
CIE-Lab86.1437-19.802680.5726

#dddf24 color RGB value is (221,223,36).

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

The process color (four color CMYK) of #dddf24 color hex is 0.01, 0.00, 0.84, 0.13. Web safe color of #dddf24 is #cccc33. Color #dddf24 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00100100
Octal 335 337 44
Decimal 221 223 36
Hex DD DF 24

RGB Percentages of Color #dddf24

%46.04
%46.46
%7.50

CMYK Percentages of Color #dddf24

%1
%0
%84
%13

Triadic Colors of #dddf24

#dddf24 #24dddf #df24dd

Analogous Colors of #dddf24

#dddf24 #80df24 #df8424

Monochromatic Colors of #dddf24

#dddf24

Complementary Color

#dddf24 #2624df

#dddf24 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf24 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf24 Color CSS Codes

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

#dddf24 Text Font Color

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

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


#dddf24 Background Color

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

This div background color is #dddf24


#dddf24 Border Color

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

This div border color is #dddf24


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf24


Comments

No comments written yet.

Please login to write comment.