Color Hex Logo

#5c7eac Color Hex

#5C7EAC
(92,126,172)
0 Favorites   0 Comments

Color spaces of #5c7eac

RGB 92126172
HSL0.600.330.52
HSV215°47°67°
CMYK 0.470.270.00   0.33
XYZ19.320920.175641.9057
Yxy20.17560.23740.2479
Hunter Lab44.9173-1.8245-23.8727
CIE-Lab52.03520.7352-28.1772

#5c7eac color RGB value is (92,126,172).

#5c7eac hex color red value is 92, green value is 126 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #5c7eac hue: 0.60 , saturation: 0.33 and the lightness value of 5c7eac is 0.52.

The process color (four color CMYK) of #5c7eac color hex is 0.47, 0.27, 0.00, 0.33. Web safe color of #5c7eac is #666699. Color #5c7eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 01111110 10101100
Octal 134 176 254
Decimal 92 126 172
Hex 5C 7E AC

RGB Percentages of Color #5c7eac

%23.59
%32.31
%44.10

CMYK Percentages of Color #5c7eac

%47
%27
%0
%33

Triadic Colors of #5c7eac

#5c7eac #ac5c7e #7eac5c

Analogous Colors of #5c7eac

#5c7eac #625cac #5ca6ac

Monochromatic Colors of #5c7eac

#5c7eac

Complementary Color

#5c7eac #ac8a5c

#5c7eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5c7eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#5c7eac Color CSS Codes

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

#5c7eac Text Font Color

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

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


#5c7eac Background Color

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

This div background color is #5c7eac


#5c7eac Border Color

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

This div border color is #5c7eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5c7eac


Comments

No comments written yet.

Please login to write comment.