Color Hex Logo

#5cb1c2 Color Hex

#5CB1C2
(92,177,194)
0 Favorites   0 Comments

Color spaces of #5cb1c2

RGB 92177194
HSL0.530.460.56
HSV190°53°76°
CMYK 0.530.090.00   0.24
XYZ29.873437.614656.7248
Yxy37.61460.24050.3028
Hunter Lab61.3307-20.3838-11.9058
CIE-Lab67.7356-20.9764-16.5573

#5cb1c2 color RGB value is (92,177,194).

#5cb1c2 hex color red value is 92, green value is 177 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #5cb1c2 hue: 0.53 , saturation: 0.46 and the lightness value of 5cb1c2 is 0.56.

The process color (four color CMYK) of #5cb1c2 color hex is 0.53, 0.09, 0.00, 0.24. Web safe color of #5cb1c2 is #6699cc. Color #5cb1c2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10110001 11000010
Octal 134 261 302
Decimal 92 177 194
Hex 5C B1 C2

RGB Percentages of Color #5cb1c2

%19.87
%38.23
%41.90

CMYK Percentages of Color #5cb1c2

%53
%9
%0
%24

Triadic Colors of #5cb1c2

#5cb1c2 #c25cb1 #b1c25c

Analogous Colors of #5cb1c2

#5cb1c2 #5c7ec2 #5cc2a0

Monochromatic Colors of #5cb1c2

#5cb1c2

Complementary Color

#5cb1c2 #c26d5c

#5cb1c2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5cb1c2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5cb1c2 Color CSS Codes

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

#5cb1c2 Text Font Color

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

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


#5cb1c2 Background Color

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

This div background color is #5cb1c2


#5cb1c2 Border Color

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

This div border color is #5cb1c2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5cb1c2


Comments

No comments written yet.

Please login to write comment.