Color Hex Logo

#5bf1eb Color Hex

#5BF1EB
(91,241,235)
0 Favorites   0 Comments

Color spaces of #5bf1eb

RGB 91241235
HSL0.490.840.65
HSV178°62°95°
CMYK 0.620.000.02   0.05
XYZ50.765171.132989.6517
Yxy71.13290.24000.3362
Hunter Lab84.3403-40.1550-3.9856
CIE-Lab87.5495-40.6586-8.9209

#5bf1eb color RGB value is (91,241,235).

#5bf1eb hex color red value is 91, green value is 241 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #5bf1eb hue: 0.49 , saturation: 0.84 and the lightness value of 5bf1eb is 0.65.

The process color (four color CMYK) of #5bf1eb color hex is 0.62, 0.00, 0.02, 0.05. Web safe color of #5bf1eb is #66ffff. Color #5bf1eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11110001 11101011
Octal 133 361 353
Decimal 91 241 235
Hex 5B F1 EB

RGB Percentages of Color #5bf1eb

%16.05
%42.50
%41.45

CMYK Percentages of Color #5bf1eb

%62
%0
%2
%5

Triadic Colors of #5bf1eb

#5bf1eb #eb5bf1 #f1eb5b

Analogous Colors of #5bf1eb

#5bf1eb #5bacf1 #5bf1a0

Monochromatic Colors of #5bf1eb

#5bf1eb

Complementary Color

#5bf1eb #f15b61

#5bf1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bf1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bf1eb Color CSS Codes

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

#5bf1eb Text Font Color

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

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


#5bf1eb Background Color

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

This div background color is #5bf1eb


#5bf1eb Border Color

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

This div border color is #5bf1eb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,241,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5bf1eb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5bf1eb;
  -webkit-box-shadow: 1px 1px 3px 2px #5bf1eb;
  box-shadow:         1px 1px 3px 2px #5bf1eb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,241,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bf1eb


Comments

No comments written yet.

Please login to write comment.