Color Hex Logo

#ddef77 Color Hex

#DDEF77
(221,239,119)
0 Favorites   0 Comments

Color spaces of #ddef77

RGB 221239119
HSL0.190.790.70
HSV69°50°94°
CMYK 0.080.000.50   0.06
XYZ64.015178.437129.2187
Yxy78.43710.37290.4569
Hunter Lab88.5647-25.967442.4347
CIE-Lab90.9790-22.836755.4444

#ddef77 color RGB value is (221,239,119).

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

The process color (four color CMYK) of #ddef77 color hex is 0.08, 0.00, 0.50, 0.06. Web safe color of #ddef77 is #ccff66. Color #ddef77 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101111 01110111
Octal 335 357 167
Decimal 221 239 119
Hex DD EF 77

RGB Percentages of Color #ddef77

%38.17
%41.28
%20.55

CMYK Percentages of Color #ddef77

%8
%0
%50
%6

Triadic Colors of #ddef77

#ddef77 #77ddef #ef77dd

Analogous Colors of #ddef77

#ddef77 #a1ef77 #efc577

Monochromatic Colors of #ddef77

#ddef77

Complementary Color

#ddef77 #8977ef

#ddef77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddef77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddef77 Color CSS Codes

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

#ddef77 Text Font Color

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

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


#ddef77 Background Color

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

This div background color is #ddef77


#ddef77 Border Color

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

This div border color is #ddef77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddef77


Comments

No comments written yet.

Please login to write comment.