Color Hex Logo

#54faf1 Color Hex

#54FAF1
(84,250,241)
0 Favorites   0 Comments

Color spaces of #54faf1

RGB 84250241
HSL0.490.940.65
HSV177°66°98°
CMYK 0.660.000.04   0.02
XYZ53.718976.606995.1744
Yxy76.60690.23820.3397
Hunter Lab87.5254-43.6146-3.2037
CIE-Lab90.1404-44.1056-8.2267

#54faf1 color RGB value is (84,250,241).

#54faf1 hex color red value is 84, green value is 250 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #54faf1 hue: 0.49 , saturation: 0.94 and the lightness value of 54faf1 is 0.65.

The process color (four color CMYK) of #54faf1 color hex is 0.66, 0.00, 0.04, 0.02. Web safe color of #54faf1 is #66ffff. Color #54faf1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11111010 11110001
Octal 124 372 361
Decimal 84 250 241
Hex 54 FA F1

RGB Percentages of Color #54faf1

%14.61
%43.48
%41.91

CMYK Percentages of Color #54faf1

%66
%0
%4
%2

Triadic Colors of #54faf1

#54faf1 #f154fa #faf154

Analogous Colors of #54faf1

#54faf1 #54b0fa #54fa9e

Monochromatic Colors of #54faf1

#54faf1

Complementary Color

#54faf1 #fa545d

#54faf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54faf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54faf1 Color CSS Codes

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

#54faf1 Text Font Color

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

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


#54faf1 Background Color

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

This div background color is #54faf1


#54faf1 Border Color

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

This div border color is #54faf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54faf1

Related Colors


Comments

No comments written yet.

Please login to write comment.