Color Hex Logo

#5efeae Color Hex

#5EFEAE
(94,254,174)
0 Favorites   0 Comments

Color spaces of #5efeae

RGB 94254174
HSL0.420.990.68
HSV150°63°100°
CMYK 0.630.000.31   0.00
XYZ47.697976.319352.2616
Yxy76.31930.27060.4329
Hunter Lab87.3609-55.423025.6838
CIE-Lab90.0074-59.593326.1789

#5efeae color RGB value is (94,254,174).

#5efeae hex color red value is 94, green value is 254 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #5efeae hue: 0.42 , saturation: 0.99 and the lightness value of 5efeae is 0.68.

The process color (four color CMYK) of #5efeae color hex is 0.63, 0.00, 0.31, 0.00. Web safe color of #5efeae is #66ff99. Color #5efeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111110 10101110
Octal 136 376 256
Decimal 94 254 174
Hex 5E FE AE

RGB Percentages of Color #5efeae

%18.01
%48.66
%33.33

CMYK Percentages of Color #5efeae

%63
%0
%31
%0

Triadic Colors of #5efeae

#5efeae #ae5efe #feae5e

Analogous Colors of #5efeae

#5efeae #5efefe #5efe5e

Monochromatic Colors of #5efeae

#5efeae

Complementary Color

#5efeae #fe5eae

#5efeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5efeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5efeae Color CSS Codes

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

#5efeae Text Font Color

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

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


#5efeae Background Color

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

This div background color is #5efeae


#5efeae Border Color

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

This div border color is #5efeae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(94,254,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5efeae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5efeae;
  -webkit-box-shadow: 1px 1px 3px 2px #5efeae;
  box-shadow:         1px 1px 3px 2px #5efeae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(94,254,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5efeae

Related Colors


Comments

No comments written yet.

Please login to write comment.