Color Hex Logo

#ddea47 Color Hex

#DDEA47
(221,234,71)
0 Favorites   0 Comments

Color spaces of #ddea47

RGB 22123471
HSL0.180.800.60
HSV65°70°92°
CMYK 0.060.000.70   0.08
XYZ60.378974.672717.1922
Yxy74.67270.39660.4905
Hunter Lab86.4134-26.501648.6934
CIE-Lab89.2395-23.799473.3486

#ddea47 color RGB value is (221,234,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 01000111
Octal 335 352 107
Decimal 221 234 71
Hex DD EA 47

RGB Percentages of Color #ddea47

%42.02
%44.49
%13.50

CMYK Percentages of Color #ddea47

%6
%0
%70
%8

Triadic Colors of #ddea47

#ddea47 #47ddea #ea47dd

Analogous Colors of #ddea47

#ddea47 #8cea47 #eaa647

Monochromatic Colors of #ddea47

#ddea47

Complementary Color

#ddea47 #5447ea

#ddea47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea47 Color CSS Codes

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

#ddea47 Text Font Color

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

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


#ddea47 Background Color

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

This div background color is #ddea47


#ddea47 Border Color

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

This div border color is #ddea47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea47


Comments

No comments written yet.

Please login to write comment.