Color Hex Logo

#dcfa77 Color Hex

#DCFA77
(220,250,119)
0 Favorites   0 Comments

Color spaces of #dcfa77

RGB 220250119
HSL0.200.930.72
HSV74°52°98°
CMYK 0.120.000.52   0.02
XYZ67.030684.918830.3108
Yxy84.91880.36780.4659
Hunter Lab92.1514-31.424745.0041
CIE-Lab93.8481-28.427058.8035

#dcfa77 color RGB value is (220,250,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111010 01110111
Octal 334 372 167
Decimal 220 250 119
Hex DC FA 77

RGB Percentages of Color #dcfa77

%37.35
%42.44
%20.20

CMYK Percentages of Color #dcfa77

%12
%0
%52
%2

Triadic Colors of #dcfa77

#dcfa77 #77dcfa #fa77dc

Analogous Colors of #dcfa77

#dcfa77 #9bfa77 #fad777

Monochromatic Colors of #dcfa77

#dcfa77

Complementary Color

#dcfa77 #9577fa

#dcfa77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfa77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfa77 Color CSS Codes

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

#dcfa77 Text Font Color

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

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


#dcfa77 Background Color

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

This div background color is #dcfa77


#dcfa77 Border Color

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

This div border color is #dcfa77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfa77


Comments

No comments written yet.

Please login to write comment.