Color Hex Logo

#ddf077 Color Hex

#DDF077
(221,240,119)
0 Favorites   0 Comments

Color spaces of #ddf077

RGB 221240119
HSL0.190.800.70
HSV69°50°94°
CMYK 0.080.000.50   0.06
XYZ64.308779.024229.3165
Yxy79.02420.37250.4577
Hunter Lab88.8956-26.437042.6739
CIE-Lab91.2452-23.315355.7597

#ddf077 color RGB value is (221,240,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 01110111
Octal 335 360 167
Decimal 221 240 119
Hex DD F0 77

RGB Percentages of Color #ddf077

%38.10
%41.38
%20.52

CMYK Percentages of Color #ddf077

%8
%0
%50
%6

Triadic Colors of #ddf077

#ddf077 #77ddf0 #f077dd

Analogous Colors of #ddf077

#ddf077 #a1f077 #f0c777

Monochromatic Colors of #ddf077

#ddf077

Complementary Color

#ddf077 #8a77f0

#ddf077 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf077 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf077 Color CSS Codes

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

#ddf077 Text Font Color

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

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


#ddf077 Background Color

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

This div background color is #ddf077


#ddf077 Border Color

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

This div border color is #ddf077


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,240,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 #ddf077">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf077


Comments

No comments written yet.

Please login to write comment.