Color Hex Logo

#5fbebe Color Hex

#5FBEBE
(95,190,190)
0 Favorites   0 Comments

Color spaces of #5fbebe

RGB 95190190
HSL0.500.420.56
HSV180°50°75°
CMYK 0.500.000.00   0.25
XYZ32.427042.977555.3016
Yxy42.97750.24810.3288
Hunter Lab65.5572-26.4325-4.1247
CIE-Lab71.5397-27.9505-8.6412

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 10111110
Octal 137 276 276
Decimal 95 190 190
Hex 5F BE BE

RGB Percentages of Color #5fbebe

%20.00
%40.00
%40.00

CMYK Percentages of Color #5fbebe

%50
%0
%0
%25

Triadic Colors of #5fbebe

#5fbebe #be5fbe #bebe5f

Analogous Colors of #5fbebe

#5fbebe #5f8fbe #5fbe8f

Monochromatic Colors of #5fbebe

#5fbebe

Complementary Color

#5fbebe #be5f5f

#5fbebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbebe Color CSS Codes

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

#5fbebe Text Font Color

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

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


#5fbebe Background Color

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

This div background color is #5fbebe


#5fbebe Border Color

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

This div border color is #5fbebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbebe


Comments

No comments written yet.

Please login to write comment.