Color Hex Logo

#5fbcaa Color Hex

#5FBCAA
(95,188,170)
0 Favorites   0 Comments

Color spaces of #5fbcaa

RGB 95188170
HSL0.470.410.55
HSV168°49°74°
CMYK 0.490.000.10   0.26
XYZ29.958241.301644.4233
Yxy41.30160.25900.3570
Hunter Lab64.2663-29.25704.0029
CIE-Lab70.3867-32.08230.6065

#5fbcaa color RGB value is (95,188,170).

#5fbcaa hex color red value is 95, green value is 188 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5fbcaa hue: 0.47 , saturation: 0.41 and the lightness value of 5fbcaa is 0.55.

The process color (four color CMYK) of #5fbcaa color hex is 0.49, 0.00, 0.10, 0.26. Web safe color of #5fbcaa is #66cc99. Color #5fbcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 10101010
Octal 137 274 252
Decimal 95 188 170
Hex 5F BC AA

RGB Percentages of Color #5fbcaa

%20.97
%41.50
%37.53

CMYK Percentages of Color #5fbcaa

%49
%0
%10
%26

Triadic Colors of #5fbcaa

#5fbcaa #aa5fbc #bcaa5f

Analogous Colors of #5fbcaa

#5fbcaa #5fa0bc #5fbc7c

Monochromatic Colors of #5fbcaa

#5fbcaa

Complementary Color

#5fbcaa #bc5f71

#5fbcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcaa Color CSS Codes

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

#5fbcaa Text Font Color

<p style="color:#5fbcaa">Text here</p>

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


#5fbcaa Background Color

<div style="background-color:#5fbcaa">
Div content here</div>

This div background color is #5fbcaa


#5fbcaa Border Color

<div style="border:3px solid #5fbcaa">
Div here</div>

This div border color is #5fbcaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(95,188,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5fbcaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5fbcaa;
  -webkit-box-shadow: 1px 1px 3px 2px #5fbcaa;
  box-shadow:         1px 1px 3px 2px #5fbcaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,188,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 #5fbcaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcaa


Comments

No comments written yet.

Please login to write comment.