Color Hex Logo

#dddf29 Color Hex

#DDDF29
(221,223,41)
0 Favorites   0 Comments

Color spaces of #dddf29

RGB 22122341
HSL0.170.740.52
HSV61°82°87°
CMYK 0.010.000.82   0.13
XYZ56.606768.307612.2990
Yxy68.30760.41250.4978
Hunter Lab82.6484-22.378349.0309
CIE-Lab86.1600-19.670279.4587

#dddf29 color RGB value is (221,223,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011111 00101001
Octal 335 337 51
Decimal 221 223 41
Hex DD DF 29

RGB Percentages of Color #dddf29

%45.57
%45.98
%8.45

CMYK Percentages of Color #dddf29

%1
%0
%82
%13

Triadic Colors of #dddf29

#dddf29 #29dddf #df29dd

Analogous Colors of #dddf29

#dddf29 #82df29 #df8629

Monochromatic Colors of #dddf29

#dddf29

Complementary Color

#dddf29 #2b29df

#dddf29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddf29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddf29 Color CSS Codes

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

#dddf29 Text Font Color

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

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


#dddf29 Background Color

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

This div background color is #dddf29


#dddf29 Border Color

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

This div border color is #dddf29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddf29


Comments

No comments written yet.

Please login to write comment.