Color Hex Logo

#5fbeb4 Color Hex

#5FBEB4
(95,190,180)
0 Favorites   0 Comments

Color spaces of #5fbeb4

RGB 95190180
HSL0.480.420.56
HSV174°50°75°
CMYK 0.500.000.05   0.25
XYZ31.371042.555149.7405
Yxy42.55510.25370.3441
Hunter Lab65.2343-28.31980.4559
CIE-Lab71.2520-30.5447-3.5984

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 10110100
Octal 137 276 264
Decimal 95 190 180
Hex 5F BE B4

RGB Percentages of Color #5fbeb4

%20.43
%40.86
%38.71

CMYK Percentages of Color #5fbeb4

%50
%0
%5
%25

Triadic Colors of #5fbeb4

#5fbeb4 #b45fbe #beb45f

Analogous Colors of #5fbeb4

#5fbeb4 #5f99be #5fbe85

Monochromatic Colors of #5fbeb4

#5fbeb4

Complementary Color

#5fbeb4 #be5f69

#5fbeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbeb4 Color CSS Codes

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

#5fbeb4 Text Font Color

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

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


#5fbeb4 Background Color

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

This div background color is #5fbeb4


#5fbeb4 Border Color

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

This div border color is #5fbeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbeb4


Comments

No comments written yet.

Please login to write comment.