Color Hex Logo

#54fadd Color Hex

#54FADD
(84,250,221)
0 Favorites   0 Comments

Color spaces of #54fadd

RGB 84250221
HSL0.470.940.65
HSV170°66°98°
CMYK 0.660.000.12   0.02
XYZ50.892975.476580.2927
Yxy75.47650.24630.3652
Hunter Lab86.8772-47.46946.0177
CIE-Lab89.6157-49.22441.4056

#54fadd color RGB value is (84,250,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11111010 11011101
Octal 124 372 335
Decimal 84 250 221
Hex 54 FA DD

RGB Percentages of Color #54fadd

%15.14
%45.05
%39.82

CMYK Percentages of Color #54fadd

%66
%0
%12
%2

Triadic Colors of #54fadd

#54fadd #dd54fa #fadd54

Analogous Colors of #54fadd

#54fadd #54c4fa #54fa8a

Monochromatic Colors of #54fadd

#54fadd

Complementary Color

#54fadd #fa5471

#54fadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54fadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54fadd Color CSS Codes

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

#54fadd Text Font Color

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

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


#54fadd Background Color

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

This div background color is #54fadd


#54fadd Border Color

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

This div border color is #54fadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54fadd

Related Colors


Comments

No comments written yet.

Please login to write comment.