Color Hex Logo

#54edfd Color Hex

#54EDFD
(84,237,253)
0 Favorites   0 Comments

Color spaces of #54edfd

RGB 84237253
HSL0.520.980.66
HSV186°67°99°
CMYK 0.670.060.00   0.01
XYZ51.670069.5450103.6287
Yxy69.54500.22980.3093
Hunter Lab83.3936-35.3418-15.3009
CIE-Lab86.7732-34.9161-19.5345

#54edfd color RGB value is (84,237,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11101101 11111101
Octal 124 355 375
Decimal 84 237 253
Hex 54 ED FD

RGB Percentages of Color #54edfd

%14.63
%41.29
%44.08

CMYK Percentages of Color #54edfd

%67
%6
%0
%1

Triadic Colors of #54edfd

#54edfd #fd54ed #edfd54

Analogous Colors of #54edfd

#54edfd #5499fd #54fdb9

Monochromatic Colors of #54edfd

#54edfd

Complementary Color

#54edfd #fd6454

#54edfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54edfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54edfd Color CSS Codes

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

#54edfd Text Font Color

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

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


#54edfd Background Color

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

This div background color is #54edfd


#54edfd Border Color

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

This div border color is #54edfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54edfd

Related Colors


Comments

No comments written yet.

Please login to write comment.