Color Hex Logo

#54e1c5 Color Hex

#54E1C5
(84,225,197)
0 Favorites   0 Comments

Color spaces of #54e1c5

RGB 84225197
HSL0.470.700.61
HSV168°63°88°
CMYK 0.630.000.12   0.12
XYZ40.659459.766562.2164
Yxy59.76650.25000.3675
Hunter Lab77.3088-41.41106.4009
CIE-Lab81.7111-44.42642.5043

#54e1c5 color RGB value is (84,225,197).

#54e1c5 hex color red value is 84, green value is 225 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #54e1c5 hue: 0.47 , saturation: 0.70 and the lightness value of 54e1c5 is 0.61.

The process color (four color CMYK) of #54e1c5 color hex is 0.63, 0.00, 0.12, 0.12. Web safe color of #54e1c5 is #66cccc. Color #54e1c5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11100001 11000101
Octal 124 341 305
Decimal 84 225 197
Hex 54 E1 C5

RGB Percentages of Color #54e1c5

%16.60
%44.47
%38.93

CMYK Percentages of Color #54e1c5

%63
%0
%12
%12

Triadic Colors of #54e1c5

#54e1c5 #c554e1 #e1c554

Analogous Colors of #54e1c5

#54e1c5 #54b7e1 #54e17f

Monochromatic Colors of #54e1c5

#54e1c5

Complementary Color

#54e1c5 #e15470

#54e1c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54e1c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54e1c5 Color CSS Codes

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

#54e1c5 Text Font Color

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

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


#54e1c5 Background Color

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

This div background color is #54e1c5


#54e1c5 Border Color

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

This div border color is #54e1c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54e1c5


Comments

No comments written yet.

Please login to write comment.