Color Hex Logo

#dcfb78 Color Hex

#DCFB78
(220,251,120)
0 Favorites   0 Comments

Color spaces of #dcfb78

RGB 220251120
HSL0.210.940.73
HSV74°52°98°
CMYK 0.120.000.52   0.02
XYZ67.402585.566130.7327
Yxy85.56610.36690.4658
Hunter Lab92.5019-31.812545.0529
CIE-Lab94.1265-28.805458.6804

#dcfb78 color RGB value is (220,251,120).

#dcfb78 hex color red value is 220, green value is 251 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #dcfb78 hue: 0.21 , saturation: 0.94 and the lightness value of dcfb78 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111011 01111000
Octal 334 373 170
Decimal 220 251 120
Hex DC FB 78

RGB Percentages of Color #dcfb78

%37.23
%42.47
%20.30

CMYK Percentages of Color #dcfb78

%12
%0
%52
%2

Triadic Colors of #dcfb78

#dcfb78 #78dcfb #fb78dc

Analogous Colors of #dcfb78

#dcfb78 #9bfb78 #fbd978

Monochromatic Colors of #dcfb78

#dcfb78

Complementary Color

#dcfb78 #9778fb

#dcfb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfb78 Color CSS Codes

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

#dcfb78 Text Font Color

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

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


#dcfb78 Background Color

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

This div background color is #dcfb78


#dcfb78 Border Color

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

This div border color is #dcfb78


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,251,120, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfb78


Comments

No comments written yet.

Please login to write comment.