Color Hex Logo

#5fbbfb Color Hex

#5FBBFB
(95,187,251)
0 Favorites   0 Comments

Color spaces of #5fbbfb

RGB 95187251
HSL0.570.950.68
HSV205°62°98°
CMYK 0.620.250.00   0.02
XYZ39.902244.938697.8377
Yxy44.93860.21840.2460
Hunter Lab67.0363-11.0643-39.6069
CIE-Lab72.8514-8.5916-39.8026

#5fbbfb color RGB value is (95,187,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11111011
Octal 137 273 373
Decimal 95 187 251
Hex 5F BB FB

RGB Percentages of Color #5fbbfb

%17.82
%35.08
%47.09

CMYK Percentages of Color #5fbbfb

%62
%25
%0
%2

Triadic Colors of #5fbbfb

#5fbbfb #fb5fbb #bbfb5f

Analogous Colors of #5fbbfb

#5fbbfb #5f6dfb #5ffbed

Monochromatic Colors of #5fbbfb

#5fbbfb

Complementary Color

#5fbbfb #fb9f5f

#5fbbfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbfb Color CSS Codes

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

#5fbbfb Text Font Color

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

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


#5fbbfb Background Color

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

This div background color is #5fbbfb


#5fbbfb Border Color

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

This div border color is #5fbbfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbfb


Comments

No comments written yet.

Please login to write comment.