Color Hex Logo

#ddea29 Color Hex

#DDEA29
(221,234,41)
0 Favorites   0 Comments

Color spaces of #ddea29

RGB 22123441
HSL0.180.820.54
HSV64°82°92°
CMYK 0.060.000.82   0.08
XYZ59.641974.377913.3107
Yxy74.37790.40480.5048
Hunter Lab86.2426-27.481251.2190
CIE-Lab89.1008-24.957681.9476

#ddea29 color RGB value is (221,234,41).

#ddea29 hex color red value is 221, green value is 234 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ddea29 hue: 0.18 , saturation: 0.82 and the lightness value of ddea29 is 0.54.

The process color (four color CMYK) of #ddea29 color hex is 0.06, 0.00, 0.82, 0.08. Web safe color of #ddea29 is #ccff33. Color #ddea29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 00101001
Octal 335 352 51
Decimal 221 234 41
Hex DD EA 29

RGB Percentages of Color #ddea29

%44.56
%47.18
%8.27

CMYK Percentages of Color #ddea29

%6
%0
%82
%8

Triadic Colors of #ddea29

#ddea29 #29ddea #ea29dd

Analogous Colors of #ddea29

#ddea29 #7dea29 #ea9729

Monochromatic Colors of #ddea29

#ddea29

Complementary Color

#ddea29 #3629ea

#ddea29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea29 Color CSS Codes

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

#ddea29 Text Font Color

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

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


#ddea29 Background Color

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

This div background color is #ddea29


#ddea29 Border Color

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

This div border color is #ddea29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea29


Comments

No comments written yet.

Please login to write comment.