Color Hex Logo

#5feebf Color Hex

#5FEEBF
(95,238,191)
0 Favorites   0 Comments

Color spaces of #5feebf

RGB 95238191
HSL0.450.810.65
HSV160°60°93°
CMYK 0.600.000.20   0.07
XYZ44.697867.343659.9330
Yxy67.34360.25990.3916
Hunter Lab82.0631-46.385914.1431
CIE-Lab85.6772-49.440111.3980

#5feebf color RGB value is (95,238,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 10111111
Octal 137 356 277
Decimal 95 238 191
Hex 5F EE BF

RGB Percentages of Color #5feebf

%18.13
%45.42
%36.45

CMYK Percentages of Color #5feebf

%60
%0
%20
%7

Triadic Colors of #5feebf

#5feebf #bf5fee #eebf5f

Analogous Colors of #5feebf

#5feebf #5fd6ee #5fee78

Monochromatic Colors of #5feebf

#5feebf

Complementary Color

#5feebf #ee5f8e

#5feebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feebf Color CSS Codes

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

#5feebf Text Font Color

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

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


#5feebf Background Color

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

This div background color is #5feebf


#5feebf Border Color

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

This div border color is #5feebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feebf


Comments

No comments written yet.

Please login to write comment.