Color Hex Logo

#5bcbea Color Hex

#5BCBEA
(91,203,234)
0 Favorites   0 Comments

Color spaces of #5bcbea

RGB 91203234
HSL0.540.770.64
HSV193°61°92°
CMYK 0.610.130.00   0.08
XYZ40.521650.876585.5263
Yxy50.87650.22900.2876
Hunter Lab71.3278-23.4170-21.1629
CIE-Lab76.6041-22.8397-24.8717

#5bcbea color RGB value is (91,203,234).

#5bcbea hex color red value is 91, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #5bcbea hue: 0.54 , saturation: 0.77 and the lightness value of 5bcbea is 0.64.

The process color (four color CMYK) of #5bcbea color hex is 0.61, 0.13, 0.00, 0.08. Web safe color of #5bcbea is #66ccff. Color #5bcbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001011 11101010
Octal 133 313 352
Decimal 91 203 234
Hex 5B CB EA

RGB Percentages of Color #5bcbea

%17.23
%38.45
%44.32

CMYK Percentages of Color #5bcbea

%61
%13
%0
%8

Triadic Colors of #5bcbea

#5bcbea #ea5bcb #cbea5b

Analogous Colors of #5bcbea

#5bcbea #5b84ea #5beac2

Monochromatic Colors of #5bcbea

#5bcbea

Complementary Color

#5bcbea #ea7a5b

#5bcbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcbea Color CSS Codes

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

#5bcbea Text Font Color

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

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


#5bcbea Background Color

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

This div background color is #5bcbea


#5bcbea Border Color

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

This div border color is #5bcbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcbea


Comments

No comments written yet.

Please login to write comment.