Color Hex Logo

#5bbcaf Color Hex

#5BBCAF
(91,188,175)
0 Favorites   0 Comments

Color spaces of #5bbcaf

RGB 91188175
HSL0.480.420.55
HSV172°52°74°
CMYK 0.520.000.07   0.26
XYZ30.035541.285746.9433
Yxy41.28570.25400.3491
Hunter Lab64.2539-29.00461.6611
CIE-Lab70.3756-31.7421-2.1661

#5bbcaf color RGB value is (91,188,175).

#5bbcaf hex color red value is 91, green value is 188 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #5bbcaf hue: 0.48 , saturation: 0.42 and the lightness value of 5bbcaf is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10111100 10101111
Octal 133 274 257
Decimal 91 188 175
Hex 5B BC AF

RGB Percentages of Color #5bbcaf

%20.04
%41.41
%38.55

CMYK Percentages of Color #5bbcaf

%52
%0
%7
%26

Triadic Colors of #5bbcaf

#5bbcaf #af5bbc #bcaf5b

Analogous Colors of #5bbcaf

#5bbcaf #5b99bc #5bbc7f

Monochromatic Colors of #5bbcaf

#5bbcaf

Complementary Color

#5bbcaf #bc5b68

#5bbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bbcaf Color CSS Codes

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

#5bbcaf Text Font Color

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

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


#5bbcaf Background Color

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

This div background color is #5bbcaf


#5bbcaf Border Color

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

This div border color is #5bbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bbcaf


Comments

No comments written yet.

Please login to write comment.