Color Hex Logo

#5bebca Color Hex

#5BEBCA
(91,235,202)
0 Favorites   0 Comments

Color spaces of #5bebca

RGB 91235202
HSL0.460.780.64
HSV166°61°92°
CMYK 0.610.000.14   0.08
XYZ44.683465.905166.2430
Yxy65.90510.25270.3727
Hunter Lab81.1820-43.82028.4478
CIE-Lab84.9480-46.33884.5794

#5bebca color RGB value is (91,235,202).

#5bebca hex color red value is 91, green value is 235 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5bebca hue: 0.46 , saturation: 0.78 and the lightness value of 5bebca is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11101011 11001010
Octal 133 353 312
Decimal 91 235 202
Hex 5B EB CA

RGB Percentages of Color #5bebca

%17.23
%44.51
%38.26

CMYK Percentages of Color #5bebca

%61
%0
%14
%8

Triadic Colors of #5bebca

#5bebca #ca5beb #ebca5b

Analogous Colors of #5bebca

#5bebca #5bc4eb #5beb82

Monochromatic Colors of #5bebca

#5bebca

Complementary Color

#5bebca #eb5b7c

#5bebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bebca Color CSS Codes

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

#5bebca Text Font Color

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

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


#5bebca Background Color

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

This div background color is #5bebca


#5bebca Border Color

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

This div border color is #5bebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bebca


Comments

No comments written yet.

Please login to write comment.