Color Hex Logo

#5ffbed Color Hex

#5FFBED
(95,251,237)
0 Favorites   0 Comments

Color spaces of #5ffbed

RGB 95251237
HSL0.490.950.68
HSV175°62°98°
CMYK 0.620.000.06   0.02
XYZ54.502677.541792.2152
Yxy77.54170.24300.3458
Hunter Lab88.0578-43.6200-0.4488
CIE-Lab90.5704-43.9584-5.4825

#5ffbed color RGB value is (95,251,237).

#5ffbed hex color red value is 95, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #5ffbed hue: 0.49 , saturation: 0.95 and the lightness value of 5ffbed is 0.68.

The process color (four color CMYK) of #5ffbed color hex is 0.62, 0.00, 0.06, 0.02. Web safe color of #5ffbed is #66ffff. Color #5ffbed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111011 11101101
Octal 137 373 355
Decimal 95 251 237
Hex 5F FB ED

RGB Percentages of Color #5ffbed

%16.30
%43.05
%40.65

CMYK Percentages of Color #5ffbed

%62
%0
%6
%2

Triadic Colors of #5ffbed

#5ffbed #ed5ffb #fbed5f

Analogous Colors of #5ffbed

#5ffbed #5fbbfb #5ffb9f

Monochromatic Colors of #5ffbed

#5ffbed

Complementary Color

#5ffbed #fb5f6d

#5ffbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffbed Color CSS Codes

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

#5ffbed Text Font Color

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

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


#5ffbed Background Color

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

This div background color is #5ffbed


#5ffbed Border Color

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

This div border color is #5ffbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffbed


Comments

No comments written yet.

Please login to write comment.