Color Hex Logo

#dcf54e Color Hex

#DCF54E
(220,245,78)
0 Favorites   0 Comments

Color spaces of #dcf54e

RGB 22024578
HSL0.190.890.63
HSV69°68°96°
CMYK 0.100.000.68   0.04
XYZ63.542881.070519.5068
Yxy81.07050.38720.4940
Hunter Lab90.0392-31.596850.1824
CIE-Lab92.1631-29.020973.7409

#dcf54e color RGB value is (220,245,78).

#dcf54e hex color red value is 220, green value is 245 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dcf54e hue: 0.19 , saturation: 0.89 and the lightness value of dcf54e is 0.63.

The process color (four color CMYK) of #dcf54e color hex is 0.10, 0.00, 0.68, 0.04. Web safe color of #dcf54e is #ccff66. Color #dcf54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11110101 01001110
Octal 334 365 116
Decimal 220 245 78
Hex DC F5 4E

RGB Percentages of Color #dcf54e

%40.52
%45.12
%14.36

CMYK Percentages of Color #dcf54e

%10
%0
%68
%4

Triadic Colors of #dcf54e

#dcf54e #4edcf5 #f54edc

Analogous Colors of #dcf54e

#dcf54e #89f54e #f5bb4e

Monochromatic Colors of #dcf54e

#dcf54e

Complementary Color

#dcf54e #674ef5

#dcf54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcf54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcf54e Color CSS Codes

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

#dcf54e Text Font Color

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

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


#dcf54e Background Color

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

This div background color is #dcf54e


#dcf54e Border Color

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

This div border color is #dcf54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcf54e


Comments

No comments written yet.

Please login to write comment.