Color Hex Logo

#54aaeb Color Hex

#54AAEB
(84,170,235)
0 Favorites   0 Comments

Color spaces of #54aaeb

RGB 84170235
HSL0.570.790.63
HSV206°64°92°
CMYK 0.640.280.00   0.08
XYZ33.026336.632483.9274
Yxy36.63240.21500.2385
Hunter Lab60.5247-8.5168-39.8480
CIE-Lab67.0003-6.2450-40.2729

#54aaeb color RGB value is (84,170,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101010 11101011
Octal 124 252 353
Decimal 84 170 235
Hex 54 AA EB

RGB Percentages of Color #54aaeb

%17.18
%34.76
%48.06

CMYK Percentages of Color #54aaeb

%64
%28
%0
%8

Triadic Colors of #54aaeb

#54aaeb #eb54aa #aaeb54

Analogous Colors of #54aaeb

#54aaeb #545feb #54ebe1

Monochromatic Colors of #54aaeb

#54aaeb

Complementary Color

#54aaeb #eb9554

#54aaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aaeb Color CSS Codes

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

#54aaeb Text Font Color

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

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


#54aaeb Background Color

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

This div background color is #54aaeb


#54aaeb Border Color

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

This div border color is #54aaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aaeb


Comments

No comments written yet.

Please login to write comment.