Color Hex Logo

#5bcadf Color Hex

#5BCADF
(91,202,223)
0 Favorites   0 Comments

Color spaces of #5bcadf

RGB 91202223
HSL0.530.670.62
HSV190°59°87°
CMYK 0.590.090.00   0.13
XYZ38.754249.792977.3805
Yxy49.79290.23360.3001
Hunter Lab70.5641-25.4539-15.6225
CIE-Lab75.9420-25.5382-19.9584

#5bcadf color RGB value is (91,202,223).

#5bcadf hex color red value is 91, green value is 202 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #5bcadf hue: 0.53 , saturation: 0.67 and the lightness value of 5bcadf is 0.62.

The process color (four color CMYK) of #5bcadf color hex is 0.59, 0.09, 0.00, 0.13. Web safe color of #5bcadf is #66cccc. Color #5bcadf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 11001010 11011111
Octal 133 312 337
Decimal 91 202 223
Hex 5B CA DF

RGB Percentages of Color #5bcadf

%17.64
%39.15
%43.22

CMYK Percentages of Color #5bcadf

%59
%9
%0
%13

Triadic Colors of #5bcadf

#5bcadf #df5bca #cadf5b

Analogous Colors of #5bcadf

#5bcadf #5b88df #5bdfb2

Monochromatic Colors of #5bcadf

#5bcadf

Complementary Color

#5bcadf #df705b

#5bcadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5bcadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#5bcadf Color CSS Codes

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

#5bcadf Text Font Color

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

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


#5bcadf Background Color

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

This div background color is #5bcadf


#5bcadf Border Color

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

This div border color is #5bcadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5bcadf


Comments

No comments written yet.

Please login to write comment.