Color Hex Logo

#dcfe59 Color Hex

#DCFE59
(220,254,89)
0 Favorites   0 Comments

Color spaces of #dcfe59

RGB 22025489
HSL0.200.990.67
HSV72°65°100°
CMYK 0.130.000.65   0.00
XYZ66.760286.820522.6906
Yxy86.82050.37870.4925
Hunter Lab93.1775-35.168350.7860
CIE-Lab94.6621-32.534672.2220

#dcfe59 color RGB value is (220,254,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11111110 01011001
Octal 334 376 131
Decimal 220 254 89
Hex DC FE 59

RGB Percentages of Color #dcfe59

%39.08
%45.12
%15.81

CMYK Percentages of Color #dcfe59

%13
%0
%65
%0

Triadic Colors of #dcfe59

#dcfe59 #59dcfe #fe59dc

Analogous Colors of #dcfe59

#dcfe59 #8afe59 #fece59

Monochromatic Colors of #dcfe59

#dcfe59

Complementary Color

#dcfe59 #7b59fe

#dcfe59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcfe59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcfe59 Color CSS Codes

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

#dcfe59 Text Font Color

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

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


#dcfe59 Background Color

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

This div background color is #dcfe59


#dcfe59 Border Color

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

This div border color is #dcfe59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcfe59


Comments

No comments written yet.

Please login to write comment.