Color Hex Logo

#5beecb Color Hex

#5BEECB
(91,238,203)
0 Favorites   0 Comments

Color spaces of #5beecb

RGB 91238203
HSL0.460.810.65
HSV166°62°93°
CMYK 0.620.000.15   0.07
XYZ45.668467.685067.1575
Yxy67.68500.25300.3750
Hunter Lab82.2709-44.88919.1914
CIE-Lab85.8487-47.38525.3560

#5beecb color RGB value is (91,238,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101110 11001011
Octal 133 356 313
Decimal 91 238 203
Hex 5B EE CB

RGB Percentages of Color #5beecb

%17.11
%44.74
%38.16

CMYK Percentages of Color #5beecb

%62
%0
%15
%7

Triadic Colors of #5beecb

#5beecb #cb5bee #eecb5b

Analogous Colors of #5beecb

#5beecb #5bc8ee #5bee82

Monochromatic Colors of #5beecb

#5beecb

Complementary Color

#5beecb #ee5b7e

#5beecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5beecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5beecb Color CSS Codes

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

#5beecb Text Font Color

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

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


#5beecb Background Color

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

This div background color is #5beecb


#5beecb Border Color

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

This div border color is #5beecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5beecb


Comments

No comments written yet.

Please login to write comment.