Color Hex Logo

#5becb5 Color Hex

#5BECB5
(91,236,181)
0 Favorites   0 Comments

Color spaces of #5becb5

RGB 91236181
HSL0.440.790.64
HSV157°61°93°
CMYK 0.610.000.23   0.07
XYZ42.650365.551254.1208
Yxy65.55120.26280.4038
Hunter Lab80.9637-47.655717.0417
CIE-Lab84.7670-51.546915.3084

#5becb5 color RGB value is (91,236,181).

#5becb5 hex color red value is 91, green value is 236 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #5becb5 hue: 0.44 , saturation: 0.79 and the lightness value of 5becb5 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101100 10110101
Octal 133 354 265
Decimal 91 236 181
Hex 5B EC B5

RGB Percentages of Color #5becb5

%17.91
%46.46
%35.63

CMYK Percentages of Color #5becb5

%61
%0
%23
%7

Triadic Colors of #5becb5

#5becb5 #b55bec #ecb55b

Analogous Colors of #5becb5

#5becb5 #5bdbec #5bec6d

Monochromatic Colors of #5becb5

#5becb5

Complementary Color

#5becb5 #ec5b92

#5becb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5becb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5becb5 Color CSS Codes

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

#5becb5 Text Font Color

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

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


#5becb5 Background Color

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

This div background color is #5becb5


#5becb5 Border Color

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

This div border color is #5becb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5becb5


Comments

No comments written yet.

Please login to write comment.