Color Hex Logo

#5feaef Color Hex

#5FEAEF
(95,234,239)
0 Favorites   0 Comments

Color spaces of #5feaef

RGB 95234239
HSL0.510.820.65
HSV182°60°94°
CMYK 0.600.020.00   0.06
XYZ49.722167.510592.0716
Yxy67.51050.23760.3225
Hunter Lab82.1648-35.7689-8.9234
CIE-Lab85.7611-35.7473-13.6761

#5feaef color RGB value is (95,234,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 11101111
Octal 137 352 357
Decimal 95 234 239
Hex 5F EA EF

RGB Percentages of Color #5feaef

%16.73
%41.20
%42.08

CMYK Percentages of Color #5feaef

%60
%2
%0
%6

Triadic Colors of #5feaef

#5feaef #ef5fea #eaef5f

Analogous Colors of #5feaef

#5feaef #5fa2ef #5fefac

Monochromatic Colors of #5feaef

#5feaef

Complementary Color

#5feaef #ef645f

#5feaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feaef Color CSS Codes

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

#5feaef Text Font Color

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

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


#5feaef Background Color

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

This div background color is #5feaef


#5feaef Border Color

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

This div border color is #5feaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feaef


Comments

No comments written yet.

Please login to write comment.