Color Hex Logo

#54aedd Color Hex

#54AEDD
(84,174,221)
0 Favorites   0 Comments

Color spaces of #54aedd

RGB 84174221
HSL0.560.670.60
HSV201°62°87°
CMYK 0.620.210.00   0.13
XYZ31.843437.377473.9428
Yxy37.37740.22240.2611
Hunter Lab61.1371-14.0177-28.9129
CIE-Lab67.5592-12.9019-31.7282

#54aedd color RGB value is (84,174,221).

#54aedd hex color red value is 84, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #54aedd hue: 0.56 , saturation: 0.67 and the lightness value of 54aedd is 0.60.

The process color (four color CMYK) of #54aedd color hex is 0.62, 0.21, 0.00, 0.13. Web safe color of #54aedd is #6699cc. Color #54aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11011101
Octal 124 256 335
Decimal 84 174 221
Hex 54 AE DD

RGB Percentages of Color #54aedd

%17.54
%36.33
%46.14

CMYK Percentages of Color #54aedd

%62
%21
%0
%13

Triadic Colors of #54aedd

#54aedd #dd54ae #aedd54

Analogous Colors of #54aedd

#54aedd #546add #54ddc8

Monochromatic Colors of #54aedd

#54aedd

Complementary Color

#54aedd #dd8354

#54aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aedd Color CSS Codes

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

#54aedd Text Font Color

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

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


#54aedd Background Color

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

This div background color is #54aedd


#54aedd Border Color

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

This div border color is #54aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aedd


Comments

No comments written yet.

Please login to write comment.