Color Hex Logo

#5fedce Color Hex

#5FEDCE
(95,237,206)
0 Favorites   0 Comments

Color spaces of #5fedce

RGB 95237206
HSL0.460.800.65
HSV167°60°93°
CMYK 0.600.000.13   0.07
XYZ46.144167.457568.9811
Yxy67.45750.25270.3695
Hunter Lab82.1325-43.44617.6965
CIE-Lab85.7345-45.53773.6319

#5fedce color RGB value is (95,237,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101101 11001110
Octal 137 355 316
Decimal 95 237 206
Hex 5F ED CE

RGB Percentages of Color #5fedce

%17.66
%44.05
%38.29

CMYK Percentages of Color #5fedce

%60
%0
%13
%7

Triadic Colors of #5fedce

#5fedce #ce5fed #edce5f

Analogous Colors of #5fedce

#5fedce #5fc5ed #5fed87

Monochromatic Colors of #5fedce

#5fedce

Complementary Color

#5fedce #ed5f7e

#5fedce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fedce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fedce Color CSS Codes

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

#5fedce Text Font Color

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

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


#5fedce Background Color

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

This div background color is #5fedce


#5fedce Border Color

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

This div border color is #5fedce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fedce


Comments

No comments written yet.

Please login to write comment.