Color Hex Logo

#5effae Color Hex

#5EFFAE
(94,255,174)
0 Favorites   0 Comments

Color spaces of #5effae

RGB 94255174
HSL0.421.000.68
HSV150°63°100°
CMYK 0.630.000.32   0.00
XYZ48.016176.955752.3676
Yxy76.95570.27080.4339
Hunter Lab87.7244-55.815426.0136
CIE-Lab90.3012-59.978226.5797

#5effae color RGB value is (94,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011110 11111111 10101110
Octal 136 377 256
Decimal 94 255 174
Hex 5E FF AE

RGB Percentages of Color #5effae

%17.97
%48.76
%33.27

CMYK Percentages of Color #5effae

%63
%0
%32
%0

Triadic Colors of #5effae

#5effae #ae5eff #ffae5e

Analogous Colors of #5effae

#5effae #5effff #5fff5e

Monochromatic Colors of #5effae

#5effae

Complementary Color

#5effae #ff5eaf

#5effae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5effae Color Preview on White Background

Lorem ipsum dolor sit amet.

#5effae Color CSS Codes

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

#5effae Text Font Color

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

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


#5effae Background Color

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

This div background color is #5effae


#5effae Border Color

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

This div border color is #5effae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5effae

Related Colors


Comments

No comments written yet.

Please login to write comment.