Color Hex Logo

#54c4fc Color Hex

#54C4FC
(84,196,252)
0 Favorites   0 Comments

Color spaces of #54c4fc

RGB 84196252
HSL0.560.970.66
HSV200°67°99°
CMYK 0.670.220.00   0.01
XYZ40.966848.392999.2771
Yxy48.39290.21720.2565
Hunter Lab69.5650-16.6202-35.9180
CIE-Lab75.0721-14.8628-36.9157

#54c4fc color RGB value is (84,196,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11000100 11111100
Octal 124 304 374
Decimal 84 196 252
Hex 54 C4 FC

RGB Percentages of Color #54c4fc

%15.79
%36.84
%47.37

CMYK Percentages of Color #54c4fc

%67
%22
%0
%1

Triadic Colors of #54c4fc

#54c4fc #fc54c4 #c4fc54

Analogous Colors of #54c4fc

#54c4fc #5470fc #54fce0

Monochromatic Colors of #54c4fc

#54c4fc

Complementary Color

#54c4fc #fc8c54

#54c4fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54c4fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54c4fc Color CSS Codes

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

#54c4fc Text Font Color

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

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


#54c4fc Background Color

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

This div background color is #54c4fc


#54c4fc Border Color

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

This div border color is #54c4fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54c4fc


Comments

No comments written yet.

Please login to write comment.