Color Hex Logo

#ddda29 Color Hex

#DDDA29
(221,218,41)
0 Favorites   0 Comments

Color spaces of #ddda29

RGB 22121841
HSL0.160.730.51
HSV59°81°87°
CMYK 0.000.010.81   0.13
XYZ55.290465.675111.8603
Yxy65.67510.41630.4944
Hunter Lab81.0402-20.037148.0510
CIE-Lab84.8304-17.225478.3298

#ddda29 color RGB value is (221,218,41).

#ddda29 hex color red value is 221, green value is 218 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #ddda29 hue: 0.16 , saturation: 0.73 and the lightness value of ddda29 is 0.51.

The process color (four color CMYK) of #ddda29 color hex is 0.00, 0.01, 0.81, 0.13. Web safe color of #ddda29 is #cccc33. Color #ddda29 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011010 00101001
Octal 335 332 51
Decimal 221 218 41
Hex DD DA 29

RGB Percentages of Color #ddda29

%46.04
%45.42
%8.54

CMYK Percentages of Color #ddda29

%0
%1
%81
%13

Triadic Colors of #ddda29

#ddda29 #29ddda #da29dd

Analogous Colors of #ddda29

#ddda29 #86dd29 #dd8029

Monochromatic Colors of #ddda29

#ddda29

Complementary Color

#ddda29 #292cdd

#ddda29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddda29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddda29 Color CSS Codes

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

#ddda29 Text Font Color

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

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


#ddda29 Background Color

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

This div background color is #ddda29


#ddda29 Border Color

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

This div border color is #ddda29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddda29


Comments

No comments written yet.

Please login to write comment.