Color Hex Logo

#ddee70 Color Hex

#DDEE70
(221,238,112)
0 Favorites   0 Comments

Color spaces of #ddee70

RGB 221238112
HSL0.190.790.69
HSV68°53°93°
CMYK 0.070.000.53   0.07
XYZ63.318077.691126.9879
Yxy77.69110.37690.4625
Hunter Lab88.1426-26.022443.5461
CIE-Lab90.6388-22.966858.2281

#ddee70 color RGB value is (221,238,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01110000
Octal 335 356 160
Decimal 221 238 112
Hex DD EE 70

RGB Percentages of Color #ddee70

%38.70
%41.68
%19.61

CMYK Percentages of Color #ddee70

%7
%0
%53
%7

Triadic Colors of #ddee70

#ddee70 #70ddee #ee70dd

Analogous Colors of #ddee70

#ddee70 #9eee70 #eec070

Monochromatic Colors of #ddee70

#ddee70

Complementary Color

#ddee70 #8170ee

#ddee70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee70 Color CSS Codes

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

#ddee70 Text Font Color

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

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


#ddee70 Background Color

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

This div background color is #ddee70


#ddee70 Border Color

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

This div border color is #ddee70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee70


Comments

No comments written yet.

Please login to write comment.