Color Hex Logo

#54acd3 Color Hex

#54ACD3
(84,172,211)
0 Favorites   0 Comments

Color spaces of #54acd3

RGB 84172211
HSL0.550.590.58
HSV198°60°83°
CMYK 0.600.180.00   0.17
XYZ30.166636.093067.0047
Yxy36.09300.22640.2708
Hunter Lab60.0775-15.5056-24.0722
CIE-Lab66.5909-14.9339-27.7178

#54acd3 color RGB value is (84,172,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 11010011
Octal 124 254 323
Decimal 84 172 211
Hex 54 AC D3

RGB Percentages of Color #54acd3

%17.99
%36.83
%45.18

CMYK Percentages of Color #54acd3

%60
%18
%0
%17

Triadic Colors of #54acd3

#54acd3 #d354ac #acd354

Analogous Colors of #54acd3

#54acd3 #546dd3 #54d3bb

Monochromatic Colors of #54acd3

#54acd3

Complementary Color

#54acd3 #d37b54

#54acd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54acd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#54acd3 Color CSS Codes

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

#54acd3 Text Font Color

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

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


#54acd3 Background Color

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

This div background color is #54acd3


#54acd3 Border Color

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

This div border color is #54acd3


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(84,172,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 #54acd3">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54acd3


Comments

No comments written yet.

Please login to write comment.