Color Hex Logo

#1c5c6e Color Hex

#1C5C6E
(28,92,110)
0 Favorites   0 Comments

Color spaces of #1c5c6e

RGB 2892110
HSL0.540.590.27
HSV193°75°43°
CMYK 0.750.160.00   0.57
XYZ7.12059.027016.1189
Yxy9.02700.22070.2798
Hunter Lab30.0450-10.2751-10.7772
CIE-Lab36.0362-13.5151-16.0830

#1c5c6e color RGB value is (28,92,110).

#1c5c6e hex color red value is 28, green value is 92 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #1c5c6e hue: 0.54 , saturation: 0.59 and the lightness value of 1c5c6e is 0.27.

The process color (four color CMYK) of #1c5c6e color hex is 0.75, 0.16, 0.00, 0.57. Web safe color of #1c5c6e is #336666. Color #1c5c6e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01011100 01101110
Octal 34 134 156
Decimal 28 92 110
Hex 1C 5C 6E

RGB Percentages of Color #1c5c6e

%12.17
%40.00
%47.83

CMYK Percentages of Color #1c5c6e

%75
%16
%0
%57

Triadic Colors of #1c5c6e

#1c5c6e #6e1c5c #5c6e1c

Analogous Colors of #1c5c6e

#1c5c6e #1c336e #1c6e57

Monochromatic Colors of #1c5c6e

#1c5c6e

Complementary Color

#1c5c6e #6e2e1c

#1c5c6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c5c6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c5c6e Color CSS Codes

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

#1c5c6e Text Font Color

<p style="color:#1c5c6e">Text here</p>

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


#1c5c6e Background Color

<div style="background-color:#1c5c6e">
Div content here</div>

This div background color is #1c5c6e


#1c5c6e Border Color

<div style="border:3px solid #1c5c6e">
Div here</div>

This div border color is #1c5c6e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,92,110, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1c5c6e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1c5c6e;
  -webkit-box-shadow: 1px 1px 3px 2px #1c5c6e;
  box-shadow:         1px 1px 3px 2px #1c5c6e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c5c6e


Comments

No comments written yet.

Please login to write comment.