Color Hex Logo

#5cabdb Color Hex

#5CABDB
(92,171,219)
0 Favorites   0 Comments

Color spaces of #5cabdb

RGB 92171219
HSL0.560.640.61
HSV203°58°86°
CMYK 0.580.220.00   0.14
XYZ31.762736.515672.3920
Yxy36.51560.22580.2596
Hunter Lab60.4281-11.9247-28.7288
CIE-Lab66.9120-10.4059-31.6064

#5cabdb color RGB value is (92,171,219).

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

The process color (four color CMYK) of #5cabdb color hex is 0.58, 0.22, 0.00, 0.14. Web safe color of #5cabdb is #6699cc. Color #5cabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101011 11011011
Octal 134 253 333
Decimal 92 171 219
Hex 5C AB DB

RGB Percentages of Color #5cabdb

%19.09
%35.48
%45.44

CMYK Percentages of Color #5cabdb

%58
%22
%0
%14

Triadic Colors of #5cabdb

#5cabdb #db5cab #abdb5c

Analogous Colors of #5cabdb

#5cabdb #5c6cdb #5cdbcc

Monochromatic Colors of #5cabdb

#5cabdb

Complementary Color

#5cabdb #db8c5c

#5cabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cabdb Color CSS Codes

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

#5cabdb Text Font Color

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

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


#5cabdb Background Color

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

This div background color is #5cabdb


#5cabdb Border Color

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

This div border color is #5cabdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,171,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 #5cabdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cabdb


Comments

No comments written yet.

Please login to write comment.