Color Hex Logo

#5feadf Color Hex

#5FEADF
(95,234,223)
0 Favorites   0 Comments

Color spaces of #5feadf

RGB 95234223
HSL0.490.770.65
HSV175°59°92°
CMYK 0.590.000.05   0.08
XYZ47.461466.606280.1669
Yxy66.60620.24440.3429
Hunter Lab81.6126-39.0163-1.1109
CIE-Lab85.3047-39.9808-5.9328

#5feadf color RGB value is (95,234,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101010 11011111
Octal 137 352 337
Decimal 95 234 223
Hex 5F EA DF

RGB Percentages of Color #5feadf

%17.21
%42.39
%40.40

CMYK Percentages of Color #5feadf

%59
%0
%5
%8

Triadic Colors of #5feadf

#5feadf #df5fea #eadf5f

Analogous Colors of #5feadf

#5feadf #5fb0ea #5fea9a

Monochromatic Colors of #5feadf

#5feadf

Complementary Color

#5feadf #ea5f6a

#5feadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feadf Color CSS Codes

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

#5feadf Text Font Color

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

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


#5feadf Background Color

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

This div background color is #5feadf


#5feadf Border Color

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

This div border color is #5feadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feadf


Comments

No comments written yet.

Please login to write comment.