Color Hex Logo

#ddee6b Color Hex

#DDEE6B
(221,238,107)
0 Favorites   0 Comments

Color spaces of #ddee6b

RGB 221238107
HSL0.190.790.68
HSV68°55°93°
CMYK 0.070.000.55   0.07
XYZ63.047277.582825.5619
Yxy77.58280.37940.4668
Hunter Lab88.0811-26.374244.4503
CIE-Lab90.5892-23.376660.3955

#ddee6b color RGB value is (221,238,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101110 01101011
Octal 335 356 153
Decimal 221 238 107
Hex DD EE 6B

RGB Percentages of Color #ddee6b

%39.05
%42.05
%18.90

CMYK Percentages of Color #ddee6b

%7
%0
%55
%7

Triadic Colors of #ddee6b

#ddee6b #6bddee #ee6bdd

Analogous Colors of #ddee6b

#ddee6b #9cee6b #eebe6b

Monochromatic Colors of #ddee6b

#ddee6b

Complementary Color

#ddee6b #7c6bee

#ddee6b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddee6b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddee6b Color CSS Codes

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

#ddee6b Text Font Color

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

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


#ddee6b Background Color

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

This div background color is #ddee6b


#ddee6b Border Color

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

This div border color is #ddee6b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddee6b


Comments

No comments written yet.

Please login to write comment.