Color Hex Logo

#54caaf Color Hex

#54CAAF
(84,202,175)
0 Favorites   0 Comments

Color spaces of #54caaf

RGB 84202175
HSL0.460.530.56
HSV166°58°79°
CMYK 0.580.000.13   0.21
XYZ32.514547.221047.9583
Yxy47.22100.25460.3698
Hunter Lab68.7175-35.79636.7235
CIE-Lab74.3309-39.66763.5722

#54caaf color RGB value is (84,202,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010100 11001010 10101111
Octal 124 312 257
Decimal 84 202 175
Hex 54 CA AF

RGB Percentages of Color #54caaf

%18.22
%43.82
%37.96

CMYK Percentages of Color #54caaf

%58
%0
%13
%21

Triadic Colors of #54caaf

#54caaf #af54ca #caaf54

Analogous Colors of #54caaf

#54caaf #54aaca #54ca74

Monochromatic Colors of #54caaf

#54caaf

Complementary Color

#54caaf #ca546f

#54caaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#54caaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#54caaf Color CSS Codes

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

#54caaf Text Font Color

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

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


#54caaf Background Color

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

This div background color is #54caaf


#54caaf Border Color

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

This div border color is #54caaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #54caaf


Comments

No comments written yet.

Please login to write comment.