Color Hex Logo

#5feedf Color Hex

#5FEEDF
(95,238,223)
0 Favorites   0 Comments

Color spaces of #5feedf

RGB 95238223
HSL0.480.810.65
HSV174°60°93°
CMYK 0.600.000.06   0.07
XYZ48.613168.909780.5508
Yxy68.90970.24540.3479
Hunter Lab83.0119-40.73830.5761
CIE-Lab86.4593-41.7747-4.2299

#5feedf color RGB value is (95,238,223).

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

The process color (four color CMYK) of #5feedf color hex is 0.60, 0.00, 0.06, 0.07. Web safe color of #5feedf is #66ffcc. Color #5feedf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 11011111
Octal 137 356 337
Decimal 95 238 223
Hex 5F EE DF

RGB Percentages of Color #5feedf

%17.09
%42.81
%40.11

CMYK Percentages of Color #5feedf

%60
%0
%6
%7

Triadic Colors of #5feedf

#5feedf #df5fee #eedf5f

Analogous Colors of #5feedf

#5feedf #5fb6ee #5fee98

Monochromatic Colors of #5feedf

#5feedf

Complementary Color

#5feedf #ee5f6e

#5feedf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feedf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feedf Color CSS Codes

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

#5feedf Text Font Color

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

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


#5feedf Background Color

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

This div background color is #5feedf


#5feedf Border Color

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

This div border color is #5feedf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,238,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 #5feedf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feedf


Comments

No comments written yet.

Please login to write comment.