Color Hex Logo

#5febfb Color Hex

#5FEBFB
(95,235,251)
0 Favorites   0 Comments

Color spaces of #5febfb

RGB 95235251
HSL0.520.950.68
HSV186°62°98°
CMYK 0.620.060.00   0.02
XYZ51.840268.8146101.8171
Yxy68.81460.23300.3093
Hunter Lab82.9546-33.6218-14.7034
CIE-Lab86.4122-32.9123-19.0039

#5febfb color RGB value is (95,235,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11101011 11111011
Octal 137 353 373
Decimal 95 235 251
Hex 5F EB FB

RGB Percentages of Color #5febfb

%16.35
%40.45
%43.20

CMYK Percentages of Color #5febfb

%62
%6
%0
%2

Triadic Colors of #5febfb

#5febfb #fb5feb #ebfb5f

Analogous Colors of #5febfb

#5febfb #5f9dfb #5ffbbd

Monochromatic Colors of #5febfb

#5febfb

Complementary Color

#5febfb #fb6f5f

#5febfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5febfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5febfb Color CSS Codes

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

#5febfb Text Font Color

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

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


#5febfb Background Color

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

This div background color is #5febfb


#5febfb Border Color

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

This div border color is #5febfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5febfb


Comments

No comments written yet.

Please login to write comment.