Color Hex Logo

#54acec Color Hex

#54ACEC
(84,172,236)
0 Favorites   0 Comments

Color spaces of #54acec

RGB 84172236
HSL0.570.800.63
HSV205°64°93°
CMYK 0.640.270.00   0.07
XYZ33.549037.446084.8165
Yxy37.44600.21530.2403
Hunter Lab61.1931-9.2258-39.3435
CIE-Lab67.6103-7.0295-39.8664

#54acec color RGB value is (84,172,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101100 11101100
Octal 124 254 354
Decimal 84 172 236
Hex 54 AC EC

RGB Percentages of Color #54acec

%17.07
%34.96
%47.97

CMYK Percentages of Color #54acec

%64
%27
%0
%7

Triadic Colors of #54acec

#54acec #ec54ac #acec54

Analogous Colors of #54acec

#54acec #5460ec #54ece0

Monochromatic Colors of #54acec

#54acec

Complementary Color

#54acec #ec9454

#54acec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54acec Color Preview on White Background

Lorem ipsum dolor sit amet.

#54acec Color CSS Codes

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

#54acec Text Font Color

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

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


#54acec Background Color

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

This div background color is #54acec


#54acec Border Color

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

This div border color is #54acec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54acec


Comments

No comments written yet.

Please login to write comment.