Color Hex Logo

#54aed3 Color Hex

#54AED3
(84,174,211)
0 Favorites   0 Comments

Color spaces of #54aed3

RGB 84174211
HSL0.550.590.58
HSV197°60°83°
CMYK 0.600.180.00   0.17
XYZ30.550136.860167.1326
Yxy36.86010.22710.2740
Hunter Lab60.7125-16.4270-23.0609
CIE-Lab67.1719-15.9991-26.8242

#54aed3 color RGB value is (84,174,211).

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

The process color (four color CMYK) of #54aed3 color hex is 0.60, 0.18, 0.00, 0.17. Web safe color of #54aed3 is #6699cc. Color #54aed3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11010011
Octal 124 256 323
Decimal 84 174 211
Hex 54 AE D3

RGB Percentages of Color #54aed3

%17.91
%37.10
%44.99

CMYK Percentages of Color #54aed3

%60
%18
%0
%17

Triadic Colors of #54aed3

#54aed3 #d354ae #aed354

Analogous Colors of #54aed3

#54aed3 #546fd3 #54d3b9

Monochromatic Colors of #54aed3

#54aed3

Complementary Color

#54aed3 #d37954

#54aed3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aed3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aed3 Color CSS Codes

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

#54aed3 Text Font Color

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

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


#54aed3 Background Color

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

This div background color is #54aed3


#54aed3 Border Color

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

This div border color is #54aed3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aed3


Comments

No comments written yet.

Please login to write comment.