Color Hex Logo

#5fbebb Color Hex

#5FBEBB
(95,190,187)
0 Favorites   0 Comments

Color spaces of #5fbebb

RGB 95190187
HSL0.490.420.56
HSV178°50°75°
CMYK 0.500.000.02   0.25
XYZ32.102442.847753.5922
Yxy42.84770.24970.3333
Hunter Lab65.4582-27.0107-2.7215
CIE-Lab71.4515-28.7399-7.1319

#5fbebb color RGB value is (95,190,187).

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

The process color (four color CMYK) of #5fbebb color hex is 0.50, 0.00, 0.02, 0.25. Web safe color of #5fbebb is #66cccc. Color #5fbebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 10111011
Octal 137 276 273
Decimal 95 190 187
Hex 5F BE BB

RGB Percentages of Color #5fbebb

%20.13
%40.25
%39.62

CMYK Percentages of Color #5fbebb

%50
%0
%2
%25

Triadic Colors of #5fbebb

#5fbebb #bb5fbe #bebb5f

Analogous Colors of #5fbebb

#5fbebb #5f92be #5fbe8c

Monochromatic Colors of #5fbebb

#5fbebb

Complementary Color

#5fbebb #be5f62

#5fbebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbebb Color CSS Codes

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

#5fbebb Text Font Color

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

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


#5fbebb Background Color

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

This div background color is #5fbebb


#5fbebb Border Color

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

This div border color is #5fbebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbebb


Comments

No comments written yet.

Please login to write comment.