Color Hex Logo

#5cb1ca Color Hex

#5CB1CA
(92,177,202)
0 Favorites   0 Comments

Color spaces of #5cb1ca

RGB 92177202
HSL0.540.510.58
HSV194°54°79°
CMYK 0.540.120.00   0.21
XYZ30.796437.983961.5856
Yxy37.98390.23620.2914
Hunter Lab61.6311-18.6598-16.1045
CIE-Lab68.0087-18.6880-20.5577

#5cb1ca color RGB value is (92,177,202).

#5cb1ca hex color red value is 92, green value is 177 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #5cb1ca hue: 0.54 , saturation: 0.51 and the lightness value of 5cb1ca is 0.58.

The process color (four color CMYK) of #5cb1ca color hex is 0.54, 0.12, 0.00, 0.21. Web safe color of #5cb1ca is #6699cc. Color #5cb1ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110001 11001010
Octal 134 261 312
Decimal 92 177 202
Hex 5C B1 CA

RGB Percentages of Color #5cb1ca

%19.53
%37.58
%42.89

CMYK Percentages of Color #5cb1ca

%54
%12
%0
%21

Triadic Colors of #5cb1ca

#5cb1ca #ca5cb1 #b1ca5c

Analogous Colors of #5cb1ca

#5cb1ca #5c7aca #5ccaac

Monochromatic Colors of #5cb1ca

#5cb1ca

Complementary Color

#5cb1ca #ca755c

#5cb1ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb1ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb1ca Color CSS Codes

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

#5cb1ca Text Font Color

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

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


#5cb1ca Background Color

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

This div background color is #5cb1ca


#5cb1ca Border Color

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

This div border color is #5cb1ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb1ca


Comments

No comments written yet.

Please login to write comment.