Color Hex Logo

#54aedc Color Hex

#54AEDC
(84,174,220)
0 Favorites   0 Comments

Color spaces of #54aedc

RGB 84174220
HSL0.560.660.60
HSV200°62°86°
CMYK 0.620.210.00   0.14
XYZ31.710537.324273.2431
Yxy37.32420.22290.2623
Hunter Lab61.0935-14.2636-28.3154
CIE-Lab67.5196-13.2147-31.2404

#54aedc color RGB value is (84,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11011100
Octal 124 256 334
Decimal 84 174 220
Hex 54 AE DC

RGB Percentages of Color #54aedc

%17.57
%36.40
%46.03

CMYK Percentages of Color #54aedc

%62
%21
%0
%14

Triadic Colors of #54aedc

#54aedc #dc54ae #aedc54

Analogous Colors of #54aedc

#54aedc #546adc #54dcc6

Monochromatic Colors of #54aedc

#54aedc

Complementary Color

#54aedc #dc8254

#54aedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aedc Color CSS Codes

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

#54aedc Text Font Color

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

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


#54aedc Background Color

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

This div background color is #54aedc


#54aedc Border Color

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

This div border color is #54aedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aedc


Comments

No comments written yet.

Please login to write comment.