Color Hex Logo

#5bcadb Color Hex

#5BCADB
(91,202,219)
0 Favorites   0 Comments

Color spaces of #5bcadb

RGB 91202219
HSL0.520.640.61
HSV188°58°86°
CMYK 0.580.080.00   0.14
XYZ38.221149.579774.5732
Yxy49.57970.23540.3053
Hunter Lab70.4129-26.3302-13.5042
CIE-Lab75.8106-26.6797-17.9999

#5bcadb color RGB value is (91,202,219).

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

The process color (four color CMYK) of #5bcadb color hex is 0.58, 0.08, 0.00, 0.14. Web safe color of #5bcadb is #66cccc. Color #5bcadb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11011011
Octal 133 312 333
Decimal 91 202 219
Hex 5B CA DB

RGB Percentages of Color #5bcadb

%17.77
%39.45
%42.77

CMYK Percentages of Color #5bcadb

%58
%8
%0
%14

Triadic Colors of #5bcadb

#5bcadb #db5bca #cadb5b

Analogous Colors of #5bcadb

#5bcadb #5b8adb #5bdbac

Monochromatic Colors of #5bcadb

#5bcadb

Complementary Color

#5bcadb #db6c5b

#5bcadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcadb Color CSS Codes

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

#5bcadb Text Font Color

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

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


#5bcadb Background Color

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

This div background color is #5bcadb


#5bcadb Border Color

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

This div border color is #5bcadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcadb


Comments

No comments written yet.

Please login to write comment.