Color Hex Logo

#ddee72 Color Hex

#DDEE72
(221,238,114)
0 Favorites   0 Comments

Color spaces of #ddee72

RGB 221238114
HSL0.190.780.69
HSV68°52°93°
CMYK 0.070.000.52   0.07
XYZ63.430677.736127.5810
Yxy77.73610.37590.4607
Hunter Lab88.1681-25.876243.1704
CIE-Lab90.6593-22.796957.3499

#ddee72 color RGB value is (221,238,114).

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

The process color (four color CMYK) of #ddee72 color hex is 0.07, 0.00, 0.52, 0.07. Web safe color of #ddee72 is #ccff66. Color #ddee72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01110010
Octal 335 356 162
Decimal 221 238 114
Hex DD EE 72

RGB Percentages of Color #ddee72

%38.57
%41.54
%19.90

CMYK Percentages of Color #ddee72

%7
%0
%52
%7

Triadic Colors of #ddee72

#ddee72 #72ddee #ee72dd

Analogous Colors of #ddee72

#ddee72 #9fee72 #eec172

Monochromatic Colors of #ddee72

#ddee72

Complementary Color

#ddee72 #8372ee

#ddee72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee72 Color CSS Codes

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

#ddee72 Text Font Color

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

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


#ddee72 Background Color

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

This div background color is #ddee72


#ddee72 Border Color

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

This div border color is #ddee72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee72


Comments

No comments written yet.

Please login to write comment.