Color Hex Logo

#54dafc Color Hex

#54DAFC
(84,218,252)
0 Favorites   0 Comments

Color spaces of #54dafc

RGB 84218252
HSL0.530.970.66
HSV192°67°99°
CMYK 0.670.130.00   0.01
XYZ46.298259.0559101.0542
Yxy59.05590.22430.2861
Hunter Lab76.8478-26.9436-24.1723
CIE-Lab81.3223-26.0829-27.2898

#54dafc color RGB value is (84,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11011010 11111100
Octal 124 332 374
Decimal 84 218 252
Hex 54 DA FC

RGB Percentages of Color #54dafc

%15.16
%39.35
%45.49

CMYK Percentages of Color #54dafc

%67
%13
%0
%1

Triadic Colors of #54dafc

#54dafc #fc54da #dafc54

Analogous Colors of #54dafc

#54dafc #5486fc #54fcca

Monochromatic Colors of #54dafc

#54dafc

Complementary Color

#54dafc #fc7654

#54dafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54dafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54dafc Color CSS Codes

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

#54dafc Text Font Color

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

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


#54dafc Background Color

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

This div background color is #54dafc


#54dafc Border Color

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

This div border color is #54dafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54dafc


Comments

No comments written yet.

Please login to write comment.