Color Hex Logo

#5fefb4 Color Hex

#5FEFB4
(95,239,180)
0 Favorites   0 Comments

Color spaces of #5fefb4

RGB 95239180
HSL0.430.820.65
HSV155°60°94°
CMYK 0.600.000.25   0.06
XYZ43.824067.461253.8916
Yxy67.46120.26530.4084
Hunter Lab82.1348-48.495018.5920
CIE-Lab85.7363-52.245417.2036

#5fefb4 color RGB value is (95,239,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 10110100
Octal 137 357 264
Decimal 95 239 180
Hex 5F EF B4

RGB Percentages of Color #5fefb4

%18.48
%46.50
%35.02

CMYK Percentages of Color #5fefb4

%60
%0
%25
%6

Triadic Colors of #5fefb4

#5fefb4 #b45fef #efb45f

Analogous Colors of #5fefb4

#5fefb4 #5fe2ef #5fef6c

Monochromatic Colors of #5fefb4

#5fefb4

Complementary Color

#5fefb4 #ef5f9a

#5fefb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fefb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fefb4 Color CSS Codes

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

#5fefb4 Text Font Color

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

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


#5fefb4 Background Color

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

This div background color is #5fefb4


#5fefb4 Border Color

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

This div border color is #5fefb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fefb4


Comments

No comments written yet.

Please login to write comment.