Color Hex Logo

#5c8cbe Color Hex

#5C8CBE
(92,140,190)
0 Favorites   0 Comments

Color spaces of #5c8cbe

RGB 92140190
HSL0.590.430.55
HSV211°52°75°
CMYK 0.520.260.00   0.25
XYZ23.086024.749252.2755
Yxy24.74920.23060.2472
Hunter Lab49.7486-4.2264-27.4776
CIE-Lab56.8302-1.9578-31.0370

#5c8cbe color RGB value is (92,140,190).

#5c8cbe hex color red value is 92, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #5c8cbe hue: 0.59 , saturation: 0.43 and the lightness value of 5c8cbe is 0.55.

The process color (four color CMYK) of #5c8cbe color hex is 0.52, 0.26, 0.00, 0.25. Web safe color of #5c8cbe is #6699cc. Color #5c8cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10001100 10111110
Octal 134 214 276
Decimal 92 140 190
Hex 5C 8C BE

RGB Percentages of Color #5c8cbe

%21.80
%33.18
%45.02

CMYK Percentages of Color #5c8cbe

%52
%26
%0
%25

Triadic Colors of #5c8cbe

#5c8cbe #be5c8c #8cbe5c

Analogous Colors of #5c8cbe

#5c8cbe #5d5cbe #5cbdbe

Monochromatic Colors of #5c8cbe

#5c8cbe

Complementary Color

#5c8cbe #be8e5c

#5c8cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c8cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c8cbe Color CSS Codes

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

#5c8cbe Text Font Color

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

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


#5c8cbe Background Color

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

This div background color is #5c8cbe


#5c8cbe Border Color

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

This div border color is #5c8cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c8cbe


Comments

No comments written yet.

Please login to write comment.