Color Hex Logo

#5feae4 Color Hex

#5FEAE4
(95,234,228)
0 Favorites   0 Comments

Color spaces of #5feae4

RGB 95234228
HSL0.490.770.65
HSV177°59°92°
CMYK 0.590.000.03   0.08
XYZ48.145766.880083.7704
Yxy66.88000.24220.3364
Hunter Lab81.7802-38.0287-3.4867
CIE-Lab85.4433-38.6810-8.3602

#5feae4 color RGB value is (95,234,228).

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

The process color (four color CMYK) of #5feae4 color hex is 0.59, 0.00, 0.03, 0.08. Web safe color of #5feae4 is #66ffcc. Color #5feae4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 11100100
Octal 137 352 344
Decimal 95 234 228
Hex 5F EA E4

RGB Percentages of Color #5feae4

%17.06
%42.01
%40.93

CMYK Percentages of Color #5feae4

%59
%0
%3
%8

Triadic Colors of #5feae4

#5feae4 #e45fea #eae45f

Analogous Colors of #5feae4

#5feae4 #5fabea #5fea9f

Monochromatic Colors of #5feae4

#5feae4

Complementary Color

#5feae4 #ea5f65

#5feae4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feae4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feae4 Color CSS Codes

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

#5feae4 Text Font Color

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

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


#5feae4 Background Color

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

This div background color is #5feae4


#5feae4 Border Color

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

This div border color is #5feae4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feae4


Comments

No comments written yet.

Please login to write comment.