Color Hex Logo

#5feffb Color Hex

#5FEFFB
(95,239,251)
0 Favorites   0 Comments

Color spaces of #5feffb

RGB 95239251
HSL0.510.950.68
HSV185°62°98°
CMYK 0.620.050.00   0.02
XYZ52.998471.1309102.2031
Yxy71.13090.23420.3143
Hunter Lab84.3391-35.4248-12.8109
CIE-Lab87.5486-34.7906-17.2914

#5feffb color RGB value is (95,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101111 11111011
Octal 137 357 373
Decimal 95 239 251
Hex 5F EF FB

RGB Percentages of Color #5feffb

%16.24
%40.85
%42.91

CMYK Percentages of Color #5feffb

%62
%5
%0
%2

Triadic Colors of #5feffb

#5feffb #fb5fef #effb5f

Analogous Colors of #5feffb

#5feffb #5fa1fb #5ffbb9

Monochromatic Colors of #5feffb

#5feffb

Complementary Color

#5feffb #fb6b5f

#5feffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5feffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5feffb Color CSS Codes

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

#5feffb Text Font Color

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

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


#5feffb Background Color

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

This div background color is #5feffb


#5feffb Border Color

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

This div border color is #5feffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5feffb

Related Colors


Comments

No comments written yet.

Please login to write comment.