Color Hex Logo

#54aedf Color Hex

#54AEDF
(84,174,223)
0 Favorites   0 Comments

Color spaces of #54aedf

RGB 84174223
HSL0.560.680.60
HSV201°62°87°
CMYK 0.620.220.00   0.13
XYZ32.111537.484675.3548
Yxy37.48460.22150.2586
Hunter Lab61.2247-13.5224-30.1164
CIE-Lab67.6390-12.2740-32.7026

#54aedf color RGB value is (84,174,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11011111
Octal 124 256 337
Decimal 84 174 223
Hex 54 AE DF

RGB Percentages of Color #54aedf

%17.46
%36.17
%46.36

CMYK Percentages of Color #54aedf

%62
%22
%0
%13

Triadic Colors of #54aedf

#54aedf #df54ae #aedf54

Analogous Colors of #54aedf

#54aedf #5469df #54dfcb

Monochromatic Colors of #54aedf

#54aedf

Complementary Color

#54aedf #df8554

#54aedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aedf Color CSS Codes

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

#54aedf Text Font Color

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

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


#54aedf Background Color

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

This div background color is #54aedf


#54aedf Border Color

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

This div border color is #54aedf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aedf


Comments

No comments written yet.

Please login to write comment.