Color Hex Logo

#5fbc7b Color Hex

#5FBC7B
(95,188,123)
0 Favorites   0 Comments

Color spaces of #5fbc7b

RGB 95188123
HSL0.380.410.55
HSV138°49°74°
CMYK 0.490.000.35   0.26
XYZ26.277739.829425.0418
Yxy39.82940.28830.4370
Hunter Lab63.1105-36.120420.6515
CIE-Lab69.3478-42.152224.6151

#5fbc7b color RGB value is (95,188,123).

#5fbc7b hex color red value is 95, green value is 188 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #5fbc7b hue: 0.38 , saturation: 0.41 and the lightness value of 5fbc7b is 0.55.

The process color (four color CMYK) of #5fbc7b color hex is 0.49, 0.00, 0.35, 0.26. Web safe color of #5fbc7b is #66cc66. Color #5fbc7b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 01111011
Octal 137 274 173
Decimal 95 188 123
Hex 5F BC 7B

RGB Percentages of Color #5fbc7b

%23.40
%46.31
%30.30

CMYK Percentages of Color #5fbc7b

%49
%0
%35
%26

Triadic Colors of #5fbc7b

#5fbc7b #7b5fbc #bc7b5f

Analogous Colors of #5fbc7b

#5fbc7b #5fbcaa #72bc5f

Monochromatic Colors of #5fbc7b

#5fbc7b

Complementary Color

#5fbc7b #bc5fa0

#5fbc7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbc7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbc7b Color CSS Codes

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

#5fbc7b Text Font Color

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

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


#5fbc7b Background Color

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

This div background color is #5fbc7b


#5fbc7b Border Color

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

This div border color is #5fbc7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbc7b


Comments

No comments written yet.

Please login to write comment.