Color Hex Logo

#dcfe77 Color Hex

#DCFE77
(220,254,119)
0 Favorites   0 Comments

Color spaces of #dcfe77

RGB 220254119
HSL0.210.990.73
HSV75°53°100°
CMYK 0.130.000.53   0.00
XYZ68.286887.431230.7296
Yxy87.43120.36630.4689
Hunter Lab93.5047-33.273945.9680
CIE-Lab94.9209-30.288160.0545

#dcfe77 color RGB value is (220,254,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01110111
Octal 334 376 167
Decimal 220 254 119
Hex DC FE 77

RGB Percentages of Color #dcfe77

%37.10
%42.83
%20.07

CMYK Percentages of Color #dcfe77

%13
%0
%53
%0

Triadic Colors of #dcfe77

#dcfe77 #77dcfe #fe77dc

Analogous Colors of #dcfe77

#dcfe77 #99fe77 #fedd77

Monochromatic Colors of #dcfe77

#dcfe77

Complementary Color

#dcfe77 #9977fe

#dcfe77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe77 Color CSS Codes

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

#dcfe77 Text Font Color

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

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


#dcfe77 Background Color

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

This div background color is #dcfe77


#dcfe77 Border Color

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

This div border color is #dcfe77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe77

Related Colors


Comments

No comments written yet.

Please login to write comment.