Color Hex Logo

#5fbece Color Hex

#5FBECE
(95,190,206)
0 Favorites   0 Comments

Color spaces of #5fbece

RGB 95190206
HSL0.520.530.59
HSV189°54°81°
CMYK 0.540.080.00   0.19
XYZ34.273343.716065.0242
Yxy43.71600.23970.3057
Hunter Lab66.1181-23.1785-12.0264
CIE-Lab72.0383-23.5907-16.6330

#5fbece color RGB value is (95,190,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10111110 11001110
Octal 137 276 316
Decimal 95 190 206
Hex 5F BE CE

RGB Percentages of Color #5fbece

%19.35
%38.70
%41.96

CMYK Percentages of Color #5fbece

%54
%8
%0
%19

Triadic Colors of #5fbece

#5fbece #ce5fbe #bece5f

Analogous Colors of #5fbece

#5fbece #5f87ce #5fcea7

Monochromatic Colors of #5fbece

#5fbece

Complementary Color

#5fbece #ce6f5f

#5fbece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fbece Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fbece Color CSS Codes

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

#5fbece Text Font Color

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

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


#5fbece Background Color

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

This div background color is #5fbece


#5fbece Border Color

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

This div border color is #5fbece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fbece


Comments

No comments written yet.

Please login to write comment.