Color Hex Logo

#1c354e Color Hex

#1C354E
(28,53,78)
0 Favorites   0 Comments

Color spaces of #1c354e

RGB 285378
HSL0.580.470.21
HSV210°64°31°
CMYK 0.640.320.00   0.69
XYZ3.12713.34317.6882
Yxy3.34310.22090.2361
Hunter Lab18.2841-1.4688-12.1316
CIE-Lab21.3687-0.8564-18.2356

#1c354e color RGB value is (28,53,78).

#1c354e hex color red value is 28, green value is 53 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #1c354e hue: 0.58 , saturation: 0.47 and the lightness value of 1c354e is 0.21.

The process color (four color CMYK) of #1c354e color hex is 0.64, 0.32, 0.00, 0.69. Web safe color of #1c354e is #333366. Color #1c354e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 00110101 01001110
Octal 34 65 116
Decimal 28 53 78
Hex 1C 35 4E

RGB Percentages of Color #1c354e

%17.61
%33.33
%49.06

CMYK Percentages of Color #1c354e

%64
%32
%0
%69

Triadic Colors of #1c354e

#1c354e #4e1c35 #354e1c

Analogous Colors of #1c354e

#1c354e #1c1c4e #1c4e4e

Monochromatic Colors of #1c354e

#1c354e

Complementary Color

#1c354e #4e351c

#1c354e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c354e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c354e Color CSS Codes

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

#1c354e Text Font Color

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

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


#1c354e Background Color

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

This div background color is #1c354e


#1c354e Border Color

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

This div border color is #1c354e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c354e


Comments

No comments written yet.

Please login to write comment.