Color Hex Logo

#54ebfd Color Hex

#54EBFD
(84,235,253)
0 Favorites   0 Comments

Color spaces of #54ebfd

RGB 84235253
HSL0.520.980.66
HSV186°67°99°
CMYK 0.670.070.00   0.01
XYZ51.094168.3933103.4368
Yxy68.39330.22920.3068
Hunter Lab82.7002-34.4440-16.2664
CIE-Lab86.2027-33.9789-20.3966

#54ebfd color RGB value is (84,235,253).

#54ebfd hex color red value is 84, green value is 235 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #54ebfd hue: 0.52 , saturation: 0.98 and the lightness value of 54ebfd is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101011 11111101
Octal 124 353 375
Decimal 84 235 253
Hex 54 EB FD

RGB Percentages of Color #54ebfd

%14.69
%41.08
%44.23

CMYK Percentages of Color #54ebfd

%67
%7
%0
%1

Triadic Colors of #54ebfd

#54ebfd #fd54eb #ebfd54

Analogous Colors of #54ebfd

#54ebfd #5497fd #54fdbb

Monochromatic Colors of #54ebfd

#54ebfd

Complementary Color

#54ebfd #fd6654

#54ebfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54ebfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54ebfd Color CSS Codes

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

#54ebfd Text Font Color

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

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


#54ebfd Background Color

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

This div background color is #54ebfd


#54ebfd Border Color

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

This div border color is #54ebfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54ebfd


Comments

No comments written yet.

Please login to write comment.