Color Hex Logo

#ddee47 Color Hex

#DDEE47
(221,238,71)
0 Favorites   0 Comments

Color spaces of #ddee47

RGB 22123871
HSL0.180.830.61
HSV66°70°93°
CMYK 0.070.000.70   0.07
XYZ61.530776.976217.5761
Yxy76.97620.39420.4932
Hunter Lab87.7361-28.353349.5377
CIE-Lab90.3107-25.700774.3968

#ddee47 color RGB value is (221,238,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01000111
Octal 335 356 107
Decimal 221 238 71
Hex DD EE 47

RGB Percentages of Color #ddee47

%41.70
%44.91
%13.40

CMYK Percentages of Color #ddee47

%7
%0
%70
%7

Triadic Colors of #ddee47

#ddee47 #47ddee #ee47dd

Analogous Colors of #ddee47

#ddee47 #8aee47 #eeac47

Monochromatic Colors of #ddee47

#ddee47

Complementary Color

#ddee47 #5847ee

#ddee47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee47 Color CSS Codes

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

#ddee47 Text Font Color

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

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


#ddee47 Background Color

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

This div background color is #ddee47


#ddee47 Border Color

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

This div border color is #ddee47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee47


Comments

No comments written yet.

Please login to write comment.