Color Hex Logo

#54ccfa Color Hex

#54CCFA
(84,204,250)
0 Favorites   0 Comments

Color spaces of #54ccfa

RGB 84204250
HSL0.550.940.65
HSV197°66°98°
CMYK 0.660.180.00   0.02
XYZ42.504351.972798.2340
Yxy51.97270.22060.2697
Hunter Lab72.0921-20.9205-30.3252
CIE-Lab77.2645-19.6460-32.4540

#54ccfa color RGB value is (84,204,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 11111010
Octal 124 314 372
Decimal 84 204 250
Hex 54 CC FA

RGB Percentages of Color #54ccfa

%15.61
%37.92
%46.47

CMYK Percentages of Color #54ccfa

%66
%18
%0
%2

Triadic Colors of #54ccfa

#54ccfa #fa54cc #ccfa54

Analogous Colors of #54ccfa

#54ccfa #5479fa #54fad5

Monochromatic Colors of #54ccfa

#54ccfa

Complementary Color

#54ccfa #fa8254

#54ccfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ccfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ccfa Color CSS Codes

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

#54ccfa Text Font Color

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

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


#54ccfa Background Color

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

This div background color is #54ccfa


#54ccfa Border Color

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

This div border color is #54ccfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,204,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 #54ccfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ccfa


Comments

No comments written yet.

Please login to write comment.