Color Hex Logo

#5bccaa Color Hex

#5BCCAA
(91,204,170)
0 Favorites   0 Comments

Color spaces of #5bccaa

RGB 91204170
HSL0.450.530.58
HSV162°55°80°
CMYK 0.550.000.17   0.20
XYZ33.162948.312245.6075
Yxy48.31220.26100.3802
Hunter Lab69.5070-36.47209.7513
CIE-Lab75.0214-40.33477.2908

#5bccaa color RGB value is (91,204,170).

#5bccaa hex color red value is 91, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5bccaa hue: 0.45 , saturation: 0.53 and the lightness value of 5bccaa is 0.58.

The process color (four color CMYK) of #5bccaa color hex is 0.55, 0.00, 0.17, 0.20. Web safe color of #5bccaa is #66cc99. Color #5bccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001100 10101010
Octal 133 314 252
Decimal 91 204 170
Hex 5B CC AA

RGB Percentages of Color #5bccaa

%19.57
%43.87
%36.56

CMYK Percentages of Color #5bccaa

%55
%0
%17
%20

Triadic Colors of #5bccaa

#5bccaa #aa5bcc #ccaa5b

Analogous Colors of #5bccaa

#5bccaa #5bb6cc #5bcc72

Monochromatic Colors of #5bccaa

#5bccaa

Complementary Color

#5bccaa #cc5b7d

#5bccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bccaa Color CSS Codes

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

#5bccaa Text Font Color

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

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


#5bccaa Background Color

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

This div background color is #5bccaa


#5bccaa Border Color

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

This div border color is #5bccaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bccaa


Comments

No comments written yet.

Please login to write comment.