Color Hex Logo

#5feeea Color Hex

#5FEEEA
(95,238,234)
0 Favorites   0 Comments

Color spaces of #5feeea

RGB 95238234
HSL0.500.810.65
HSV178°60°93°
CMYK 0.600.000.02   0.07
XYZ50.145169.522588.6182
Yxy69.52250.24080.3338
Hunter Lab83.3802-38.5648-4.6486
CIE-Lab86.7621-38.9229-9.5554

#5feeea color RGB value is (95,238,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 11101010
Octal 137 356 352
Decimal 95 238 234
Hex 5F EE EA

RGB Percentages of Color #5feeea

%16.75
%41.98
%41.27

CMYK Percentages of Color #5feeea

%60
%0
%2
%7

Triadic Colors of #5feeea

#5feeea #ea5fee #eeea5f

Analogous Colors of #5feeea

#5feeea #5fabee #5feea3

Monochromatic Colors of #5feeea

#5feeea

Complementary Color

#5feeea #ee5f63

#5feeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feeea Color CSS Codes

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

#5feeea Text Font Color

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

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


#5feeea Background Color

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

This div background color is #5feeea


#5feeea Border Color

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

This div border color is #5feeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feeea


Comments

No comments written yet.

Please login to write comment.