Color Hex Logo

#5fedbe Color Hex

#5FEDBE
(95,237,190)
0 Favorites   0 Comments

Color spaces of #5fedbe

RGB 95237190
HSL0.440.800.65
HSV160°60°93°
CMYK 0.600.000.20   0.07
XYZ44.297866.719059.2585
Yxy66.71900.26020.3918
Hunter Lab81.6817-46.138514.1634
CIE-Lab85.3618-49.244311.4716

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 10111110
Octal 137 355 276
Decimal 95 237 190
Hex 5F ED BE

RGB Percentages of Color #5fedbe

%18.20
%45.40
%36.40

CMYK Percentages of Color #5fedbe

%60
%0
%20
%7

Triadic Colors of #5fedbe

#5fedbe #be5fed #edbe5f

Analogous Colors of #5fedbe

#5fedbe #5fd5ed #5fed77

Monochromatic Colors of #5fedbe

#5fedbe

Complementary Color

#5fedbe #ed5f8e

#5fedbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fedbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fedbe Color CSS Codes

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

#5fedbe Text Font Color

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

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


#5fedbe Background Color

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

This div background color is #5fedbe


#5fedbe Border Color

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

This div border color is #5fedbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fedbe


Comments

No comments written yet.

Please login to write comment.