Color Hex Logo

#ddea44 Color Hex

#DDEA44
(221,234,68)
0 Favorites   0 Comments

Color spaces of #ddea44

RGB 22123468
HSL0.180.800.59
HSV65°71°92°
CMYK 0.060.000.71   0.08
XYZ60.285074.635116.6975
Yxy74.63510.39760.4923
Hunter Lab86.3916-26.626149.0147
CIE-Lab89.2218-23.946274.3651

#ddea44 color RGB value is (221,234,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 01000100
Octal 335 352 104
Decimal 221 234 68
Hex DD EA 44

RGB Percentages of Color #ddea44

%42.26
%44.74
%13.00

CMYK Percentages of Color #ddea44

%6
%0
%71
%8

Triadic Colors of #ddea44

#ddea44 #44ddea #ea44dd

Analogous Colors of #ddea44

#ddea44 #8aea44 #eaa444

Monochromatic Colors of #ddea44

#ddea44

Complementary Color

#ddea44 #5144ea

#ddea44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea44 Color CSS Codes

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

#ddea44 Text Font Color

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

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


#ddea44 Background Color

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

This div background color is #ddea44


#ddea44 Border Color

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

This div border color is #ddea44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea44


Comments

No comments written yet.

Please login to write comment.