Color Hex Logo

#5bcaec Color Hex

#5BCAEC
(91,202,236)
0 Favorites   0 Comments

Color spaces of #5bcaec

RGB 91202236
HSL0.540.790.64
HSV194°61°93°
CMYK 0.610.140.00   0.07
XYZ40.575250.521386.9699
Yxy50.52130.22790.2837
Hunter Lab71.0783-22.4900-22.7911
CIE-Lab76.3881-21.7428-26.2766

#5bcaec color RGB value is (91,202,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11101100
Octal 133 312 354
Decimal 91 202 236
Hex 5B CA EC

RGB Percentages of Color #5bcaec

%17.20
%38.19
%44.61

CMYK Percentages of Color #5bcaec

%61
%14
%0
%7

Triadic Colors of #5bcaec

#5bcaec #ec5bca #caec5b

Analogous Colors of #5bcaec

#5bcaec #5b82ec #5becc6

Monochromatic Colors of #5bcaec

#5bcaec

Complementary Color

#5bcaec #ec7d5b

#5bcaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcaec Color CSS Codes

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

#5bcaec Text Font Color

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

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


#5bcaec Background Color

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

This div background color is #5bcaec


#5bcaec Border Color

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

This div border color is #5bcaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcaec


Comments

No comments written yet.

Please login to write comment.