Color Hex Logo

#5feaed Color Hex

#5FEAED
(95,234,237)
0 Favorites   0 Comments

Color spaces of #5feaed

RGB 95234237
HSL0.500.800.65
HSV181°60°93°
CMYK 0.600.010.00   0.07
XYZ49.428267.393090.5238
Yxy67.39300.23840.3250
Hunter Lab82.0932-36.1886-7.9135
CIE-Lab85.7020-36.2880-12.7122

#5feaed color RGB value is (95,234,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 11101101
Octal 137 352 355
Decimal 95 234 237
Hex 5F EA ED

RGB Percentages of Color #5feaed

%16.78
%41.34
%41.87

CMYK Percentages of Color #5feaed

%60
%1
%0
%7

Triadic Colors of #5feaed

#5feaed #ed5fea #eaed5f

Analogous Colors of #5feaed

#5feaed #5fa3ed #5feda9

Monochromatic Colors of #5feaed

#5feaed

Complementary Color

#5feaed #ed625f

#5feaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feaed Color CSS Codes

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

#5feaed Text Font Color

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

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


#5feaed Background Color

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

This div background color is #5feaed


#5feaed Border Color

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

This div border color is #5feaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feaed


Comments

No comments written yet.

Please login to write comment.