Color Hex Logo

#ddee66 Color Hex

#DDEE66
(221,238,102)
1 Favorites   0 Comments

Color spaces of #ddee66

RGB 221238102
HSL0.190.800.67
HSV67°57°93°
CMYK 0.070.000.57   0.07
XYZ62.791677.480524.2161
Yxy77.48050.38170.4710
Hunter Lab88.0230-26.706545.3048
CIE-Lab90.5423-23.764662.5191

#ddee66 color RGB value is (221,238,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01100110
Octal 335 356 146
Decimal 221 238 102
Hex DD EE 66

RGB Percentages of Color #ddee66

%39.39
%42.42
%18.18

CMYK Percentages of Color #ddee66

%7
%0
%57
%7

Triadic Colors of #ddee66

#ddee66 #66ddee #ee66dd

Analogous Colors of #ddee66

#ddee66 #99ee66 #eebb66

Monochromatic Colors of #ddee66

#ddee66

Complementary Color

#ddee66 #7766ee

#ddee66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee66 Color CSS Codes

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

#ddee66 Text Font Color

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

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


#ddee66 Background Color

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

This div background color is #ddee66


#ddee66 Border Color

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

This div border color is #ddee66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee66


Comments

No comments written yet.

Please login to write comment.