Color Hex Logo

#5fbbdc Color Hex

#5FBBDC
(95,187,220)
0 Favorites   0 Comments

Color spaces of #5fbbdc

RGB 95187220
HSL0.540.640.62
HSV196°57°86°
CMYK 0.570.150.00   0.14
XYZ35.407943.140974.1710
Yxy43.14090.23180.2825
Hunter Lab65.6817-18.7167-20.9759
CIE-Lab71.6505-18.0347-24.8550

#5fbbdc color RGB value is (95,187,220).

#5fbbdc hex color red value is 95, green value is 187 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5fbbdc hue: 0.54 , saturation: 0.64 and the lightness value of 5fbbdc is 0.62.

The process color (four color CMYK) of #5fbbdc color hex is 0.57, 0.15, 0.00, 0.14. Web safe color of #5fbbdc is #66cccc. Color #5fbbdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111011 11011100
Octal 137 273 334
Decimal 95 187 220
Hex 5F BB DC

RGB Percentages of Color #5fbbdc

%18.92
%37.25
%43.82

CMYK Percentages of Color #5fbbdc

%57
%15
%0
%14

Triadic Colors of #5fbbdc

#5fbbdc #dc5fbb #bbdc5f

Analogous Colors of #5fbbdc

#5fbbdc #5f7ddc #5fdcbf

Monochromatic Colors of #5fbbdc

#5fbbdc

Complementary Color

#5fbbdc #dc805f

#5fbbdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbbdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbbdc Color CSS Codes

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

#5fbbdc Text Font Color

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

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


#5fbbdc Background Color

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

This div background color is #5fbbdc


#5fbbdc Border Color

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

This div border color is #5fbbdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbbdc


Comments

No comments written yet.

Please login to write comment.