Color Hex Logo

#54abec Color Hex

#54ABEC
(84,171,236)
0 Favorites   0 Comments

Color spaces of #54abec

RGB 84171236
HSL0.570.800.63
HSV206°64°93°
CMYK 0.640.280.00   0.07
XYZ33.359437.066884.7533
Yxy37.06680.21500.2389
Hunter Lab60.8825-8.7388-39.9186
CIE-Lab67.3271-6.4758-40.3090

#54abec color RGB value is (84,171,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101011 11101100
Octal 124 253 354
Decimal 84 171 236
Hex 54 AB EC

RGB Percentages of Color #54abec

%17.11
%34.83
%48.07

CMYK Percentages of Color #54abec

%64
%28
%0
%7

Triadic Colors of #54abec

#54abec #ec54ab #abec54

Analogous Colors of #54abec

#54abec #545fec #54ece1

Monochromatic Colors of #54abec

#54abec

Complementary Color

#54abec #ec9554

#54abec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54abec Color Preview on White Background

Lorem ipsum dolor sit amet.

#54abec Color CSS Codes

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

#54abec Text Font Color

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

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


#54abec Background Color

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

This div background color is #54abec


#54abec Border Color

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

This div border color is #54abec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54abec


Comments

No comments written yet.

Please login to write comment.