Color Hex Logo

#54aecd Color Hex

#54AECD
(84,174,205)
0 Favorites   0 Comments

Color spaces of #54aecd

RGB 84174205
HSL0.540.550.57
HSV195°59°80°
CMYK 0.590.150.00   0.20
XYZ29.811736.564763.2441
Yxy36.56470.23000.2821
Hunter Lab60.4688-17.8180-19.6831
CIE-Lab66.9492-17.8208-23.8561

#54aecd color RGB value is (84,174,205).

#54aecd hex color red value is 84, green value is 174 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #54aecd hue: 0.54 , saturation: 0.55 and the lightness value of 54aecd is 0.57.

The process color (four color CMYK) of #54aecd color hex is 0.59, 0.15, 0.00, 0.20. Web safe color of #54aecd is #6699cc. Color #54aecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11001101
Octal 124 256 315
Decimal 84 174 205
Hex 54 AE CD

RGB Percentages of Color #54aecd

%18.14
%37.58
%44.28

CMYK Percentages of Color #54aecd

%59
%15
%0
%20

Triadic Colors of #54aecd

#54aecd #cd54ae #aecd54

Analogous Colors of #54aecd

#54aecd #5472cd #54cdb0

Monochromatic Colors of #54aecd

#54aecd

Complementary Color

#54aecd #cd7354

#54aecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aecd Color CSS Codes

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

#54aecd Text Font Color

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

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


#54aecd Background Color

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

This div background color is #54aecd


#54aecd Border Color

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

This div border color is #54aecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aecd


Comments

No comments written yet.

Please login to write comment.