Color Hex Logo

#54efca Color Hex

#54EFCA
(84,239,202)
0 Favorites   0 Comments

Color spaces of #54efca

RGB 84239202
HSL0.460.830.63
HSV166°65°94°
CMYK 0.650.000.15   0.06
XYZ45.183367.882166.5983
Yxy67.88210.25150.3778
Hunter Lab82.3906-46.29359.7479
CIE-Lab85.9475-49.20246.0002

#54efca color RGB value is (84,239,202).

#54efca hex color red value is 84, green value is 239 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #54efca hue: 0.46 , saturation: 0.83 and the lightness value of 54efca is 0.63.

The process color (four color CMYK) of #54efca color hex is 0.65, 0.00, 0.15, 0.06. Web safe color of #54efca is #66ffcc. Color #54efca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101111 11001010
Octal 124 357 312
Decimal 84 239 202
Hex 54 EF CA

RGB Percentages of Color #54efca

%16.00
%45.52
%38.48

CMYK Percentages of Color #54efca

%65
%0
%15
%6

Triadic Colors of #54efca

#54efca #ca54ef #efca54

Analogous Colors of #54efca

#54efca #54c7ef #54ef7d

Monochromatic Colors of #54efca

#54efca

Complementary Color

#54efca #ef5479

#54efca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54efca Color Preview on White Background

Lorem ipsum dolor sit amet.

#54efca Color CSS Codes

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

#54efca Text Font Color

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

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


#54efca Background Color

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

This div background color is #54efca


#54efca Border Color

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

This div border color is #54efca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54efca


Comments

No comments written yet.

Please login to write comment.