Color Hex Logo

#1c54ae Color Hex

#1C54AE
(28,84,174)
0 Favorites   0 Comments

Color spaces of #1c54ae

RGB 2884174
HSL0.600.720.40
HSV217°84°68°
CMYK 0.840.520.00   0.32
XYZ11.28929.643541.3108
Yxy9.64350.18140.1549
Hunter Lab31.054010.5465-57.1351
CIE-Lab37.194816.4910-53.0723

#1c54ae color RGB value is (28,84,174).

#1c54ae hex color red value is 28, green value is 84 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #1c54ae hue: 0.60 , saturation: 0.72 and the lightness value of 1c54ae is 0.40.

The process color (four color CMYK) of #1c54ae color hex is 0.84, 0.52, 0.00, 0.32. Web safe color of #1c54ae is #336699. Color #1c54ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01010100 10101110
Octal 34 124 256
Decimal 28 84 174
Hex 1C 54 AE

RGB Percentages of Color #1c54ae

%9.79
%29.37
%60.84

CMYK Percentages of Color #1c54ae

%84
%52
%0
%32

Triadic Colors of #1c54ae

#1c54ae #ae1c54 #54ae1c

Analogous Colors of #1c54ae

#1c54ae #2d1cae #1c9dae

Monochromatic Colors of #1c54ae

#1c54ae

Complementary Color

#1c54ae #ae761c

#1c54ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c54ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c54ae Color CSS Codes

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

#1c54ae Text Font Color

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

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


#1c54ae Background Color

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

This div background color is #1c54ae


#1c54ae Border Color

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

This div border color is #1c54ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c54ae


Comments

No comments written yet.

Please login to write comment.