Color Hex Logo

#54caaa Color Hex

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

Color spaces of #54caaa

RGB 84202170
HSL0.450.530.56
HSV164°58°79°
CMYK 0.580.000.16   0.21
XYZ32.032447.028245.4193
Yxy47.02820.25730.3778
Hunter Lab68.5771-36.63258.7356
CIE-Lab74.2078-40.87396.0942

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

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

The process color (four color CMYK) of #54caaa color hex is 0.58, 0.00, 0.16, 0.21. Web safe color of #54caaa is #66cc99. Color #54caaa contains mainly GREEN color.

Base Numbers

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

RGB Percentages of Color #54caaa

%18.42
%44.30
%37.28

CMYK Percentages of Color #54caaa

%58
%0
%16
%21

Triadic Colors of #54caaa

#54caaa #aa54ca #caaa54

Analogous Colors of #54caaa

#54caaa #54afca #54ca6f

Monochromatic Colors of #54caaa

#54caaa

Complementary Color

#54caaa #ca5474

#54caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#54caaa Color CSS Codes

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

#54caaa Text Font Color

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

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


#54caaa Background Color

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

This div background color is #54caaa


#54caaa Border Color

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

This div border color is #54caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54caaa


Comments

No comments written yet.

Please login to write comment.