Color Hex Logo

#5feefb Color Hex

#5FEEFB
(95,238,251)
0 Favorites   0 Comments

Color spaces of #5feefb

RGB 95238251
HSL0.510.950.68
HSV185°62°98°
CMYK 0.620.050.00   0.02
XYZ52.706470.5470102.1058
Yxy70.54700.23390.3130
Hunter Lab83.9923-34.9750-13.2817
CIE-Lab87.2645-34.3232-17.7191

#5feefb color RGB value is (95,238,251).

#5feefb hex color red value is 95, green value is 238 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #5feefb hue: 0.51 , saturation: 0.95 and the lightness value of 5feefb is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101110 11111011
Octal 137 356 373
Decimal 95 238 251
Hex 5F EE FB

RGB Percentages of Color #5feefb

%16.27
%40.75
%42.98

CMYK Percentages of Color #5feefb

%62
%5
%0
%2

Triadic Colors of #5feefb

#5feefb #fb5fee #eefb5f

Analogous Colors of #5feefb

#5feefb #5fa0fb #5ffbba

Monochromatic Colors of #5feefb

#5feefb

Complementary Color

#5feefb #fb6c5f

#5feefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feefb Color CSS Codes

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

#5feefb Text Font Color

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

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


#5feefb Background Color

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

This div background color is #5feefb


#5feefb Border Color

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

This div border color is #5feefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feefb

#5feefb Color Palettes


Comments

No comments written yet.

Please login to write comment.