Color Hex Logo

#dcf976 Color Hex

#DCF976
(220,249,118)
0 Favorites   0 Comments

Color spaces of #dcf976

RGB 220249118
HSL0.200.920.72
HSV73°53°98°
CMYK 0.120.000.53   0.02
XYZ66.660984.275029.8928
Yxy84.27500.36860.4660
Hunter Lab91.8014-31.036144.9547
CIE-Lab93.5698-28.047158.9268

#dcf976 color RGB value is (220,249,118).

#dcf976 hex color red value is 220, green value is 249 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #dcf976 hue: 0.20 , saturation: 0.92 and the lightness value of dcf976 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111001 01110110
Octal 334 371 166
Decimal 220 249 118
Hex DC F9 76

RGB Percentages of Color #dcf976

%37.48
%42.42
%20.10

CMYK Percentages of Color #dcf976

%12
%0
%53
%2

Triadic Colors of #dcf976

#dcf976 #76dcf9 #f976dc

Analogous Colors of #dcf976

#dcf976 #9bf976 #f9d576

Monochromatic Colors of #dcf976

#dcf976

Complementary Color

#dcf976 #9376f9

#dcf976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf976 Color CSS Codes

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

#dcf976 Text Font Color

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

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


#dcf976 Background Color

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

This div background color is #dcf976


#dcf976 Border Color

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

This div border color is #dcf976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf976

Related Colors


Comments

No comments written yet.

Please login to write comment.