Color Hex Logo

#5beebe Color Hex

#5BEEBE
(91,238,190)
0 Favorites   0 Comments

Color spaces of #5beebe

RGB 91238190
HSL0.450.810.65
HSV160°62°93°
CMYK 0.620.000.20   0.07
XYZ44.183267.090959.3363
Yxy67.09090.25900.3932
Hunter Lab81.9090-47.054714.3856
CIE-Lab85.5498-50.389111.7243

#5beebe color RGB value is (91,238,190).

#5beebe hex color red value is 91, green value is 238 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5beebe hue: 0.45 , saturation: 0.81 and the lightness value of 5beebe is 0.65.

The process color (four color CMYK) of #5beebe color hex is 0.62, 0.00, 0.20, 0.07. Web safe color of #5beebe is #66ffcc. Color #5beebe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101110 10111110
Octal 133 356 276
Decimal 91 238 190
Hex 5B EE BE

RGB Percentages of Color #5beebe

%17.53
%45.86
%36.61

CMYK Percentages of Color #5beebe

%62
%0
%20
%7

Triadic Colors of #5beebe

#5beebe #be5bee #eebe5b

Analogous Colors of #5beebe

#5beebe #5bd5ee #5bee75

Monochromatic Colors of #5beebe

#5beebe

Complementary Color

#5beebe #ee5b8b

#5beebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beebe Color CSS Codes

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

#5beebe Text Font Color

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

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


#5beebe Background Color

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

This div background color is #5beebe


#5beebe Border Color

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

This div border color is #5beebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beebe


Comments

No comments written yet.

Please login to write comment.