Color Hex Logo

#54bcfc Color Hex

#54BCFC
(84,188,252)
0 Favorites   0 Comments

Color spaces of #54bcfc

RGB 84188252
HSL0.560.970.66
HSV203°67°99°
CMYK 0.670.250.00   0.01
XYZ39.210144.879598.6915
Yxy44.87950.21450.2455
Hunter Lab66.9922-12.7613-40.4503
CIE-Lab72.8125-10.6009-40.4295

#54bcfc color RGB value is (84,188,252).

#54bcfc hex color red value is 84, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #54bcfc hue: 0.56 , saturation: 0.97 and the lightness value of 54bcfc is 0.66.

The process color (four color CMYK) of #54bcfc color hex is 0.67, 0.25, 0.00, 0.01. Web safe color of #54bcfc is #66ccff. Color #54bcfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10111100 11111100
Octal 124 274 374
Decimal 84 188 252
Hex 54 BC FC

RGB Percentages of Color #54bcfc

%16.03
%35.88
%48.09

CMYK Percentages of Color #54bcfc

%67
%25
%0
%1

Triadic Colors of #54bcfc

#54bcfc #fc54bc #bcfc54

Analogous Colors of #54bcfc

#54bcfc #5468fc #54fce8

Monochromatic Colors of #54bcfc

#54bcfc

Complementary Color

#54bcfc #fc9454

#54bcfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54bcfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54bcfc Color CSS Codes

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

#54bcfc Text Font Color

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

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


#54bcfc Background Color

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

This div background color is #54bcfc


#54bcfc Border Color

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

This div border color is #54bcfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54bcfc


Comments

No comments written yet.

Please login to write comment.