Color Hex Logo

#5feaee Color Hex

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

Color spaces of #5feaee

RGB 95234238
HSL0.500.810.65
HSV182°60°93°
CMYK 0.600.020.00   0.07
XYZ49.574767.451691.2955
Yxy67.45160.23800.3238
Hunter Lab82.1289-35.9794-8.4172
CIE-Lab85.7315-36.0182-13.1943

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

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

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

Base Numbers

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

RGB Percentages of Color #5feaee

%16.75
%41.27
%41.98

CMYK Percentages of Color #5feaee

%60
%2
%0
%7

Triadic Colors of #5feaee

#5feaee #ee5fea #eaee5f

Analogous Colors of #5feaee

#5feaee #5fa3ee #5feeab

Monochromatic Colors of #5feaee

#5feaee

Complementary Color

#5feaee #ee635f

#5feaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feaee Color CSS Codes

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

#5feaee Text Font Color

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

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


#5feaee Background Color

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

This div background color is #5feaee


#5feaee Border Color

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

This div border color is #5feaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feaee


Comments

No comments written yet.

Please login to write comment.