Color Hex Logo

#ddfc76 Color Hex

#DDFC76
(221,252,118)
0 Favorites   0 Comments

Color spaces of #ddfc76

RGB 221252118
HSL0.210.960.73
HSV74°53°99°
CMYK 0.120.000.53   0.01
XYZ67.899286.301030.2186
Yxy86.30100.36820.4680
Hunter Lab92.8983-32.106845.7426
CIE-Lab94.4409-29.068059.9581

#ddfc76 color RGB value is (221,252,118).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 01110110
Octal 335 374 166
Decimal 221 252 118
Hex DD FC 76

RGB Percentages of Color #ddfc76

%37.39
%42.64
%19.97

CMYK Percentages of Color #ddfc76

%12
%0
%53
%1

Triadic Colors of #ddfc76

#ddfc76 #76ddfc #fc76dd

Analogous Colors of #ddfc76

#ddfc76 #9afc76 #fcd876

Monochromatic Colors of #ddfc76

#ddfc76

Complementary Color

#ddfc76 #9576fc

#ddfc76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfc76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfc76 Color CSS Codes

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

#ddfc76 Text Font Color

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

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


#ddfc76 Background Color

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

This div background color is #ddfc76


#ddfc76 Border Color

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

This div border color is #ddfc76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfc76


Comments

No comments written yet.

Please login to write comment.