Color Hex Logo

#5fedba Color Hex

#5FEDBA
(95,237,186)
0 Favorites   0 Comments

Color spaces of #5fedba

RGB 95237186
HSL0.440.800.65
HSV158°60°93°
CMYK 0.600.000.22   0.07
XYZ43.866466.546456.9871
Yxy66.54640.26200.3975
Hunter Lab81.5760-46.772015.6846
CIE-Lab85.2744-50.129713.4343

#5fedba color RGB value is (95,237,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 10111010
Octal 137 355 272
Decimal 95 237 186
Hex 5F ED BA

RGB Percentages of Color #5fedba

%18.34
%45.75
%35.91

CMYK Percentages of Color #5fedba

%60
%0
%22
%7

Triadic Colors of #5fedba

#5fedba #ba5fed #edba5f

Analogous Colors of #5fedba

#5fedba #5fd9ed #5fed73

Monochromatic Colors of #5fedba

#5fedba

Complementary Color

#5fedba #ed5f92

#5fedba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fedba Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fedba Color CSS Codes

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

#5fedba Text Font Color

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

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


#5fedba Background Color

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

This div background color is #5fedba


#5fedba Border Color

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

This div border color is #5fedba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fedba


Comments

No comments written yet.

Please login to write comment.