Color Hex Logo

#5fbbbd Color Hex

#5FBBBD
(95,187,189)
0 Favorites   0 Comments

Color spaces of #5fbbbd

RGB 95187189
HSL0.500.420.56
HSV181°50°74°
CMYK 0.500.010.00   0.26
XYZ31.674941.647754.5135
Yxy41.64770.24780.3258
Hunter Lab64.5350-25.3254-4.9084
CIE-Lab70.6273-26.7402-9.4526

#5fbbbd color RGB value is (95,187,189).

#5fbbbd hex color red value is 95, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #5fbbbd hue: 0.50 , saturation: 0.42 and the lightness value of 5fbbbd is 0.56.

The process color (four color CMYK) of #5fbbbd color hex is 0.50, 0.01, 0.00, 0.26. Web safe color of #5fbbbd is #66cccc. Color #5fbbbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 10111101
Octal 137 273 275
Decimal 95 187 189
Hex 5F BB BD

RGB Percentages of Color #5fbbbd

%20.17
%39.70
%40.13

CMYK Percentages of Color #5fbbbd

%50
%1
%0
%26

Triadic Colors of #5fbbbd

#5fbbbd #bd5fbb #bbbd5f

Analogous Colors of #5fbbbd

#5fbbbd #5f8cbd #5fbd90

Monochromatic Colors of #5fbbbd

#5fbbbd

Complementary Color

#5fbbbd #bd615f

#5fbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbbd Color CSS Codes

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

#5fbbbd Text Font Color

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

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


#5fbbbd Background Color

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

This div background color is #5fbbbd


#5fbbbd Border Color

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

This div border color is #5fbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbbd


Comments

No comments written yet.

Please login to write comment.