Color Hex Logo

#ddea59 Color Hex

#DDEA59
(221,234,89)
0 Favorites   0 Comments

Color spaces of #ddea59

RGB 22123489
HSL0.180.780.63
HSV65°62°92°
CMYK 0.060.000.62   0.08
XYZ61.044874.939120.6985
Yxy74.93910.38960.4783
Hunter Lab86.5674-25.619946.4208
CIE-Lab89.3645-22.763866.6650

#ddea59 color RGB value is (221,234,89).

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

The process color (four color CMYK) of #ddea59 color hex is 0.06, 0.00, 0.62, 0.08. Web safe color of #ddea59 is #ccff66. Color #ddea59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 01011001
Octal 335 352 131
Decimal 221 234 89
Hex DD EA 59

RGB Percentages of Color #ddea59

%40.63
%43.01
%16.36

CMYK Percentages of Color #ddea59

%6
%0
%62
%8

Triadic Colors of #ddea59

#ddea59 #59ddea #ea59dd

Analogous Colors of #ddea59

#ddea59 #95ea59 #eaaf59

Monochromatic Colors of #ddea59

#ddea59

Complementary Color

#ddea59 #6659ea

#ddea59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea59 Color CSS Codes

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

#ddea59 Text Font Color

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

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


#ddea59 Background Color

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

This div background color is #ddea59


#ddea59 Border Color

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

This div border color is #ddea59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea59


Comments

No comments written yet.

Please login to write comment.