Color Hex Logo

#54aaea Color Hex

#54AAEA
(84,170,234)
0 Favorites   0 Comments

Color spaces of #54aaea

RGB 84170234
HSL0.570.780.62
HSV206°64°92°
CMYK 0.640.270.00   0.08
XYZ32.882236.574883.1685
Yxy36.57480.21540.2396
Hunter Lab60.4771-8.7821-39.2020
CIE-Lab66.9568-6.5694-39.7935

#54aaea color RGB value is (84,170,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101010 11101010
Octal 124 252 352
Decimal 84 170 234
Hex 54 AA EA

RGB Percentages of Color #54aaea

%17.21
%34.84
%47.95

CMYK Percentages of Color #54aaea

%64
%27
%0
%8

Triadic Colors of #54aaea

#54aaea #ea54aa #aaea54

Analogous Colors of #54aaea

#54aaea #545fea #54eadf

Monochromatic Colors of #54aaea

#54aaea

Complementary Color

#54aaea #ea9454

#54aaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aaea Color CSS Codes

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

#54aaea Text Font Color

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

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


#54aaea Background Color

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

This div background color is #54aaea


#54aaea Border Color

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

This div border color is #54aaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aaea


Comments

No comments written yet.

Please login to write comment.