Color Hex Logo

#5cbadc Color Hex

#5CBADC
(92,186,220)
0 Favorites   0 Comments

Color spaces of #5cbadc

RGB 92186220
HSL0.540.650.61
HSV196°58°86°
CMYK 0.580.150.00   0.14
XYZ34.890842.560474.0862
Yxy42.56040.23020.2809
Hunter Lab65.2383-18.7016-21.6643
CIE-Lab71.2556-18.0925-25.4688

#5cbadc color RGB value is (92,186,220).

#5cbadc hex color red value is 92, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #5cbadc hue: 0.54 , saturation: 0.65 and the lightness value of 5cbadc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10111010 11011100
Octal 134 272 334
Decimal 92 186 220
Hex 5C BA DC

RGB Percentages of Color #5cbadc

%18.47
%37.35
%44.18

CMYK Percentages of Color #5cbadc

%58
%15
%0
%14

Triadic Colors of #5cbadc

#5cbadc #dc5cba #badc5c

Analogous Colors of #5cbadc

#5cbadc #5c7adc #5cdcbe

Monochromatic Colors of #5cbadc

#5cbadc

Complementary Color

#5cbadc #dc7e5c

#5cbadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cbadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cbadc Color CSS Codes

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

#5cbadc Text Font Color

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

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


#5cbadc Background Color

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

This div background color is #5cbadc


#5cbadc Border Color

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

This div border color is #5cbadc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,186,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cbadc


Comments

No comments written yet.

Please login to write comment.