Color Hex Logo

#5fefbf Color Hex

#5FEFBF
(95,239,191)
0 Favorites   0 Comments

Color spaces of #5fefbf

RGB 95239191
HSL0.440.820.65
HSV160°60°94°
CMYK 0.600.000.20   0.06
XYZ44.989867.927560.0303
Yxy67.92750.26010.3928
Hunter Lab82.4181-46.793514.5081
CIE-Lab85.9702-49.858211.8146

#5fefbf color RGB value is (95,239,191).

#5fefbf hex color red value is 95, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #5fefbf hue: 0.44 , saturation: 0.82 and the lightness value of 5fefbf is 0.65.

The process color (four color CMYK) of #5fefbf color hex is 0.60, 0.00, 0.20, 0.06. Web safe color of #5fefbf is #66ffcc. Color #5fefbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 10111111
Octal 137 357 277
Decimal 95 239 191
Hex 5F EF BF

RGB Percentages of Color #5fefbf

%18.10
%45.52
%36.38

CMYK Percentages of Color #5fefbf

%60
%0
%20
%6

Triadic Colors of #5fefbf

#5fefbf #bf5fef #efbf5f

Analogous Colors of #5fefbf

#5fefbf #5fd7ef #5fef77

Monochromatic Colors of #5fefbf

#5fefbf

Complementary Color

#5fefbf #ef5f8f

#5fefbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fefbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fefbf Color CSS Codes

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

#5fefbf Text Font Color

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

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


#5fefbf Background Color

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

This div background color is #5fefbf


#5fefbf Border Color

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

This div border color is #5fefbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fefbf


Comments

No comments written yet.

Please login to write comment.