Color Hex Logo

#54aaca Color Hex

#54AACA
(84,170,202)
0 Favorites   0 Comments

Color spaces of #54aaca

RGB 84170202
HSL0.550.530.56
HSV196°58°79°
CMYK 0.580.160.00   0.21
XYZ28.691634.898561.1010
Yxy34.89850.23010.2799
Hunter Lab59.0750-16.6871-19.9710
CIE-Lab65.6696-16.6144-24.1558

#54aaca color RGB value is (84,170,202).

#54aaca hex color red value is 84, green value is 170 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #54aaca hue: 0.55 , saturation: 0.53 and the lightness value of 54aaca is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 10101010 11001010
Octal 124 252 312
Decimal 84 170 202
Hex 54 AA CA

RGB Percentages of Color #54aaca

%18.42
%37.28
%44.30

CMYK Percentages of Color #54aaca

%58
%16
%0
%21

Triadic Colors of #54aaca

#54aaca #ca54aa #aaca54

Analogous Colors of #54aaca

#54aaca #546fca #54caaf

Monochromatic Colors of #54aaca

#54aaca

Complementary Color

#54aaca #ca7454

#54aaca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54aaca Color Preview on White Background

Lorem ipsum dolor sit amet.

#54aaca Color CSS Codes

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

#54aaca Text Font Color

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

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


#54aaca Background Color

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

This div background color is #54aaca


#54aaca Border Color

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

This div border color is #54aaca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54aaca


Comments

No comments written yet.

Please login to write comment.