Color Hex Logo

#5fb6bb Color Hex

#5FB6BB
(95,182,187)
0 Favorites   0 Comments

Color spaces of #5fb6bb

RGB 95182187
HSL0.510.400.55
HSV183°49°73°
CMYK 0.490.030.00   0.27
XYZ30.416939.476653.0303
Yxy39.47660.24740.3211
Hunter Lab62.8304-23.5394-6.0608
CIE-Lab69.0951-24.7871-10.6408

#5fb6bb color RGB value is (95,182,187).

#5fb6bb hex color red value is 95, green value is 182 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #5fb6bb hue: 0.51 , saturation: 0.40 and the lightness value of 5fb6bb is 0.55.

The process color (four color CMYK) of #5fb6bb color hex is 0.49, 0.03, 0.00, 0.27. Web safe color of #5fb6bb is #66cccc. Color #5fb6bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110110 10111011
Octal 137 266 273
Decimal 95 182 187
Hex 5F B6 BB

RGB Percentages of Color #5fb6bb

%20.47
%39.22
%40.30

CMYK Percentages of Color #5fb6bb

%49
%3
%0
%27

Triadic Colors of #5fb6bb

#5fb6bb #bb5fb6 #b6bb5f

Analogous Colors of #5fb6bb

#5fb6bb #5f88bb #5fbb92

Monochromatic Colors of #5fb6bb

#5fb6bb

Complementary Color

#5fb6bb #bb645f

#5fb6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb6bb Color CSS Codes

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

#5fb6bb Text Font Color

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

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


#5fb6bb Background Color

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

This div background color is #5fb6bb


#5fb6bb Border Color

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

This div border color is #5fb6bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,182,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb6bb


Comments

No comments written yet.

Please login to write comment.