Color Hex Logo

#54aebb Color Hex

#54AEBB
(84,174,187)
0 Favorites   0 Comments

Color spaces of #54aebb

RGB 84174187
HSL0.520.430.53
HSV188°55°73°
CMYK 0.550.070.00   0.27
XYZ27.761835.744852.4499
Yxy35.74480.23940.3083
Hunter Lab59.7870-21.7415-10.1631
CIE-Lab66.3245-23.1003-14.8416

#54aebb color RGB value is (84,174,187).

#54aebb hex color red value is 84, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #54aebb hue: 0.52 , saturation: 0.43 and the lightness value of 54aebb is 0.53.

The process color (four color CMYK) of #54aebb color hex is 0.55, 0.07, 0.00, 0.27. Web safe color of #54aebb is #6699cc. Color #54aebb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 10111011
Octal 124 256 273
Decimal 84 174 187
Hex 54 AE BB

RGB Percentages of Color #54aebb

%18.88
%39.10
%42.02

CMYK Percentages of Color #54aebb

%55
%7
%0
%27

Triadic Colors of #54aebb

#54aebb #bb54ae #aebb54

Analogous Colors of #54aebb

#54aebb #547bbb #54bb95

Monochromatic Colors of #54aebb

#54aebb

Complementary Color

#54aebb #bb6154

#54aebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aebb Color CSS Codes

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

#54aebb Text Font Color

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

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


#54aebb Background Color

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

This div background color is #54aebb


#54aebb Border Color

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

This div border color is #54aebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aebb


Comments

No comments written yet.

Please login to write comment.