Color Hex Logo

#54dafa Color Hex

#54DAFA
(84,218,250)
0 Favorites   0 Comments

Color spaces of #54dafa

RGB 84218250
HSL0.530.940.65
HSV192°66°98°
CMYK 0.660.130.00   0.02
XYZ45.982958.929899.3935
Yxy58.92980.22510.2884
Hunter Lab76.7657-27.4181-23.0305
CIE-Lab81.2530-26.6792-26.3347

#54dafa color RGB value is (84,218,250).

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

The process color (four color CMYK) of #54dafa color hex is 0.66, 0.13, 0.00, 0.02. Web safe color of #54dafa is #66ccff. Color #54dafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 11111010
Octal 124 332 372
Decimal 84 218 250
Hex 54 DA FA

RGB Percentages of Color #54dafa

%15.22
%39.49
%45.29

CMYK Percentages of Color #54dafa

%66
%13
%0
%2

Triadic Colors of #54dafa

#54dafa #fa54da #dafa54

Analogous Colors of #54dafa

#54dafa #5487fa #54fac7

Monochromatic Colors of #54dafa

#54dafa

Complementary Color

#54dafa #fa7454

#54dafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dafa Color CSS Codes

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

#54dafa Text Font Color

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

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


#54dafa Background Color

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

This div background color is #54dafa


#54dafa Border Color

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

This div border color is #54dafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dafa


Comments

No comments written yet.

Please login to write comment.