Color Hex Logo

#54ccfc Color Hex

#54CCFC
(84,204,252)
0 Favorites   0 Comments

Color spaces of #54ccfc

RGB 84204252
HSL0.550.970.66
HSV197°67°99°
CMYK 0.670.190.00   0.01
XYZ42.819752.098899.8947
Yxy52.09880.21980.2674
Hunter Lab72.1795-20.4209-31.5303
CIE-Lab77.3399-19.0274-33.4071

#54ccfc color RGB value is (84,204,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001100 11111100
Octal 124 314 374
Decimal 84 204 252
Hex 54 CC FC

RGB Percentages of Color #54ccfc

%15.56
%37.78
%46.67

CMYK Percentages of Color #54ccfc

%67
%19
%0
%1

Triadic Colors of #54ccfc

#54ccfc #fc54cc #ccfc54

Analogous Colors of #54ccfc

#54ccfc #5478fc #54fcd8

Monochromatic Colors of #54ccfc

#54ccfc

Complementary Color

#54ccfc #fc8454

#54ccfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ccfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ccfc Color CSS Codes

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

#54ccfc Text Font Color

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

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


#54ccfc Background Color

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

This div background color is #54ccfc


#54ccfc Border Color

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

This div border color is #54ccfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ccfc


Comments

No comments written yet.

Please login to write comment.