Color Hex Logo

#54afea Color Hex

#54AFEA
(84,175,234)
0 Favorites   0 Comments

Color spaces of #54afea

RGB 84175234
HSL0.570.780.62
HSV204°64°92°
CMYK 0.640.250.00   0.08
XYZ33.837438.485383.4869
Yxy38.48530.21720.2470
Hunter Lab62.0365-11.2023-36.3651
CIE-Lab68.3768-9.3236-37.5783

#54afea color RGB value is (84,175,234).

#54afea hex color red value is 84, green value is 175 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #54afea hue: 0.57 , saturation: 0.78 and the lightness value of 54afea is 0.62.

The process color (four color CMYK) of #54afea color hex is 0.64, 0.25, 0.00, 0.08. Web safe color of #54afea is #6699ff. Color #54afea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101111 11101010
Octal 124 257 352
Decimal 84 175 234
Hex 54 AF EA

RGB Percentages of Color #54afea

%17.04
%35.50
%47.46

CMYK Percentages of Color #54afea

%64
%25
%0
%8

Triadic Colors of #54afea

#54afea #ea54af #afea54

Analogous Colors of #54afea

#54afea #5464ea #54eada

Monochromatic Colors of #54afea

#54afea

Complementary Color

#54afea #ea8f54

#54afea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54afea Color Preview on White Background

Lorem ipsum dolor sit amet.

#54afea Color CSS Codes

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

#54afea Text Font Color

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

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


#54afea Background Color

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

This div background color is #54afea


#54afea Border Color

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

This div border color is #54afea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54afea


Comments

No comments written yet.

Please login to write comment.