Color Hex Logo

#ddea74 Color Hex

#DDEA74
(221,234,116)
0 Favorites   0 Comments

Color spaces of #ddea74

RGB 221234116
HSL0.190.740.69
HSV67°50°92°
CMYK 0.060.000.50   0.08
XYZ62.394075.478727.8033
Yxy75.47870.37660.4556
Hunter Lab86.8785-23.843041.8406
CIE-Lab89.6167-20.696255.2133

#ddea74 color RGB value is (221,234,116).

#ddea74 hex color red value is 221, green value is 234 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #ddea74 hue: 0.19 , saturation: 0.74 and the lightness value of ddea74 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 01110100
Octal 335 352 164
Decimal 221 234 116
Hex DD EA 74

RGB Percentages of Color #ddea74

%38.70
%40.98
%20.32

CMYK Percentages of Color #ddea74

%6
%0
%50
%8

Triadic Colors of #ddea74

#ddea74 #74ddea #ea74dd

Analogous Colors of #ddea74

#ddea74 #a2ea74 #eabc74

Monochromatic Colors of #ddea74

#ddea74

Complementary Color

#ddea74 #8174ea

#ddea74 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddea74 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddea74 Color CSS Codes

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

#ddea74 Text Font Color

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

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


#ddea74 Background Color

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

This div background color is #ddea74


#ddea74 Border Color

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

This div border color is #ddea74


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddea74


Comments

No comments written yet.

Please login to write comment.