Color Hex Logo

#5feecc Color Hex

#5FEECC
(95,238,204)
0 Favorites   0 Comments

Color spaces of #5feecc

RGB 95238204
HSL0.460.810.65
HSV166°60°93°
CMYK 0.600.000.14   0.07
XYZ46.192967.941667.8062
Yxy67.94160.25390.3734
Hunter Lab82.4267-44.21328.9253
CIE-Lab85.9772-46.44575.0313

#5feecc color RGB value is (95,238,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 11001100
Octal 137 356 314
Decimal 95 238 204
Hex 5F EE CC

RGB Percentages of Color #5feecc

%17.69
%44.32
%37.99

CMYK Percentages of Color #5feecc

%60
%0
%14
%7

Triadic Colors of #5feecc

#5feecc #cc5fee #eecc5f

Analogous Colors of #5feecc

#5feecc #5fc9ee #5fee85

Monochromatic Colors of #5feecc

#5feecc

Complementary Color

#5feecc #ee5f81

#5feecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feecc Color CSS Codes

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

#5feecc Text Font Color

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

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


#5feecc Background Color

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

This div background color is #5feecc


#5feecc Border Color

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

This div border color is #5feecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feecc


Comments

No comments written yet.

Please login to write comment.