Color Hex Logo

#ddfc77 Color Hex

#DDFC77
(221,252,119)
0 Favorites   0 Comments

Color spaces of #ddfc77

RGB 221252119
HSL0.210.960.73
HSV74°53°99°
CMYK 0.120.000.53   0.01
XYZ67.959086.324930.5333
Yxy86.32490.36770.4671
Hunter Lab92.9112-32.032545.5534
CIE-Lab94.4511-28.980759.5244

#ddfc77 color RGB value is (221,252,119).

#ddfc77 hex color red value is 221, green value is 252 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #ddfc77 hue: 0.21 , saturation: 0.96 and the lightness value of ddfc77 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01110111
Octal 335 374 167
Decimal 221 252 119
Hex DD FC 77

RGB Percentages of Color #ddfc77

%37.33
%42.57
%20.10

CMYK Percentages of Color #ddfc77

%12
%0
%53
%1

Triadic Colors of #ddfc77

#ddfc77 #77ddfc #fc77dd

Analogous Colors of #ddfc77

#ddfc77 #9bfc77 #fcd977

Monochromatic Colors of #ddfc77

#ddfc77

Complementary Color

#ddfc77 #9677fc

#ddfc77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc77 Color CSS Codes

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

#ddfc77 Text Font Color

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

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


#ddfc77 Background Color

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

This div background color is #ddfc77


#ddfc77 Border Color

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

This div border color is #ddfc77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc77


Comments

No comments written yet.

Please login to write comment.