Color Hex Logo

#54ee01 Color Hex

#54EE01
(84,238,1)
0 Favorites   0 Comments

Color spaces of #54ee01

RGB 842381
HSL0.270.990.47
HSV99°100°93°
CMYK 0.650.001.00   0.07
XYZ34.236263.036110.3915
Yxy63.03610.31800.5855
Hunter Lab79.3953-61.970447.8166
CIE-Lab83.4614-72.956780.0873

#54ee01 color RGB value is (84,238,1).

#54ee01 hex color red value is 84, green value is 238 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #54ee01 hue: 0.27 , saturation: 0.99 and the lightness value of 54ee01 is 0.47.

The process color (four color CMYK) of #54ee01 color hex is 0.65, 0.00, 1.00, 0.07. Web safe color of #54ee01 is #66ff00. Color #54ee01 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101110 00000001
Octal 124 356 1
Decimal 84 238 1
Hex 54 EE 1

RGB Percentages of Color #54ee01

%26.01
%73.68
%0.31

CMYK Percentages of Color #54ee01

%65
%0
%100
%7

Triadic Colors of #54ee01

#54ee01 #0154ee #ee0154

Analogous Colors of #54ee01

#54ee01 #01ee24 #cbee01

Monochromatic Colors of #54ee01

#54ee01

Complementary Color

#54ee01 #9b01ee

#54ee01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ee01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ee01 Color CSS Codes

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

#54ee01 Text Font Color

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

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


#54ee01 Background Color

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

This div background color is #54ee01


#54ee01 Border Color

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

This div border color is #54ee01


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(84,238,1, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #54ee01; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #54ee01;
  -webkit-box-shadow: 1px 1px 3px 2px #54ee01;
  box-shadow:         1px 1px 3px 2px #54ee01; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,238,1, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ee01


Comments

No comments written yet.

Please login to write comment.