Color Hex Logo

#5fbbed Color Hex

#5FBBED
(95,187,237)
0 Favorites   0 Comments

Color spaces of #5fbbed

RGB 95187237
HSL0.560.800.65
HSV201°60°93°
CMYK 0.600.210.00   0.07
XYZ37.775744.088086.6396
Yxy44.08800.22420.2616
Hunter Lab66.3988-14.6454-30.8846
CIE-Lab72.2873-12.9324-33.1119

#5fbbed color RGB value is (95,187,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11101101
Octal 137 273 355
Decimal 95 187 237
Hex 5F BB ED

RGB Percentages of Color #5fbbed

%18.30
%36.03
%45.66

CMYK Percentages of Color #5fbbed

%60
%21
%0
%7

Triadic Colors of #5fbbed

#5fbbed #ed5fbb #bbed5f

Analogous Colors of #5fbbed

#5fbbed #5f74ed #5fedd8

Monochromatic Colors of #5fbbed

#5fbbed

Complementary Color

#5fbbed #ed915f

#5fbbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbed Color CSS Codes

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

#5fbbed Text Font Color

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

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


#5fbbed Background Color

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

This div background color is #5fbbed


#5fbbed Border Color

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

This div border color is #5fbbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbed


Comments

No comments written yet.

Please login to write comment.