Color Hex Logo

#5feece Color Hex

#5FEECE
(95,238,206)
0 Favorites   0 Comments

Color spaces of #5feece

RGB 95238206
HSL0.460.810.65
HSV167°60°93°
CMYK 0.600.000.13   0.07
XYZ46.434468.038269.0779
Yxy68.03820.25300.3707
Hunter Lab82.4853-43.86418.0868
CIE-Lab86.0255-45.97004.0534

#5feece color RGB value is (95,238,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 11001110
Octal 137 356 316
Decimal 95 238 206
Hex 5F EE CE

RGB Percentages of Color #5feece

%17.63
%44.16
%38.22

CMYK Percentages of Color #5feece

%60
%0
%13
%7

Triadic Colors of #5feece

#5feece #ce5fee #eece5f

Analogous Colors of #5feece

#5feece #5fc7ee #5fee87

Monochromatic Colors of #5feece

#5feece

Complementary Color

#5feece #ee5f7f

#5feece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feece Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feece Color CSS Codes

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

#5feece Text Font Color

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

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


#5feece Background Color

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

This div background color is #5feece


#5feece Border Color

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

This div border color is #5feece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feece

#5feece Color Palettes


Comments

No comments written yet.

Please login to write comment.