Color Hex Logo

#54aae7 Color Hex

#54AAE7
(84,170,231)
0 Favorites   0 Comments

Color spaces of #54aae7

RGB 84170231
HSL0.570.750.62
HSV205°64°91°
CMYK 0.640.260.00   0.09
XYZ32.454736.403880.9174
Yxy36.40380.21670.2431
Hunter Lab60.3356-9.5715-37.2803
CIE-Lab66.8273-7.5390-38.3522

#54aae7 color RGB value is (84,170,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101010 11100111
Octal 124 252 347
Decimal 84 170 231
Hex 54 AA E7

RGB Percentages of Color #54aae7

%17.32
%35.05
%47.63

CMYK Percentages of Color #54aae7

%64
%26
%0
%9

Triadic Colors of #54aae7

#54aae7 #e754aa #aae754

Analogous Colors of #54aae7

#54aae7 #5460e7 #54e7db

Monochromatic Colors of #54aae7

#54aae7

Complementary Color

#54aae7 #e79154

#54aae7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aae7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aae7 Color CSS Codes

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

#54aae7 Text Font Color

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

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


#54aae7 Background Color

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

This div background color is #54aae7


#54aae7 Border Color

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

This div border color is #54aae7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aae7


Comments

No comments written yet.

Please login to write comment.