Color Hex Logo

#5feced Color Hex

#5FECED
(95,236,237)
0 Favorites   0 Comments

Color spaces of #5feced

RGB 95236237
HSL0.500.800.65
HSV180°60°93°
CMYK 0.600.000.00   0.07
XYZ50.000868.538290.7146
Yxy68.53820.23890.3275
Hunter Lab82.7878-37.0712-7.0155
CIE-Lab86.2749-37.2105-11.8566

#5feced color RGB value is (95,236,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101100 11101101
Octal 137 354 355
Decimal 95 236 237
Hex 5F EC ED

RGB Percentages of Color #5feced

%16.73
%41.55
%41.73

CMYK Percentages of Color #5feced

%60
%0
%0
%7

Triadic Colors of #5feced

#5feced #ed5fec #eced5f

Analogous Colors of #5feced

#5feced #5fa5ed #5feda7

Monochromatic Colors of #5feced

#5feced

Complementary Color

#5feced #ed605f

#5feced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feced Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feced Color CSS Codes

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

#5feced Text Font Color

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

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


#5feced Background Color

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

This div background color is #5feced


#5feced Border Color

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

This div border color is #5feced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feced


Comments

No comments written yet.

Please login to write comment.