Color Hex Logo

#54aeec Color Hex

#54AEEC
(84,174,236)
0 Favorites   0 Comments

Color spaces of #54aeec

RGB 84174236
HSL0.570.800.63
HSV204°64°93°
CMYK 0.640.260.00   0.07
XYZ33.932538.213184.9443
Yxy38.21310.21600.2433
Hunter Lab61.8167-10.1969-38.2005
CIE-Lab68.1774-8.1325-38.9811

#54aeec color RGB value is (84,174,236).

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

The process color (four color CMYK) of #54aeec color hex is 0.64, 0.26, 0.00, 0.07. Web safe color of #54aeec is #6699ff. Color #54aeec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101110 11101100
Octal 124 256 354
Decimal 84 174 236
Hex 54 AE EC

RGB Percentages of Color #54aeec

%17.00
%35.22
%47.77

CMYK Percentages of Color #54aeec

%64
%26
%0
%7

Triadic Colors of #54aeec

#54aeec #ec54ae #aeec54

Analogous Colors of #54aeec

#54aeec #5462ec #54ecde

Monochromatic Colors of #54aeec

#54aeec

Complementary Color

#54aeec #ec9254

#54aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aeec Color CSS Codes

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

#54aeec Text Font Color

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

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


#54aeec Background Color

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

This div background color is #54aeec


#54aeec Border Color

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

This div border color is #54aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aeec


Comments

No comments written yet.

Please login to write comment.