Color Hex Logo

#5fbcce Color Hex

#5FBCCE
(95,188,206)
0 Favorites   0 Comments

Color spaces of #5fbcce

RGB 95188206
HSL0.530.530.59
HSV190°54°81°
CMYK 0.540.090.00   0.19
XYZ33.843142.855664.8808
Yxy42.85560.23900.3027
Hunter Lab65.4642-22.2830-12.9367
CIE-Lab71.4569-22.5799-17.5115

#5fbcce color RGB value is (95,188,206).

#5fbcce hex color red value is 95, green value is 188 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #5fbcce hue: 0.53 , saturation: 0.53 and the lightness value of 5fbcce is 0.59.

The process color (four color CMYK) of #5fbcce color hex is 0.54, 0.09, 0.00, 0.19. Web safe color of #5fbcce is #66cccc. Color #5fbcce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111100 11001110
Octal 137 274 316
Decimal 95 188 206
Hex 5F BC CE

RGB Percentages of Color #5fbcce

%19.43
%38.45
%42.13

CMYK Percentages of Color #5fbcce

%54
%9
%0
%19

Triadic Colors of #5fbcce

#5fbcce #ce5fbc #bcce5f

Analogous Colors of #5fbcce

#5fbcce #5f85ce #5fcea9

Monochromatic Colors of #5fbcce

#5fbcce

Complementary Color

#5fbcce #ce715f

#5fbcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbcce Color CSS Codes

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

#5fbcce Text Font Color

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

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


#5fbcce Background Color

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

This div background color is #5fbcce


#5fbcce Border Color

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

This div border color is #5fbcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbcce


Comments

No comments written yet.

Please login to write comment.