Color Hex Logo

#1c4aac Color Hex

#1C4AAC
(28,74,172)
0 Favorites   0 Comments

Color spaces of #1c4aac

RGB 2874172
HSL0.610.720.39
HSV221°84°67°
CMYK 0.840.570.00   0.33
XYZ10.37418.123040.0508
Yxy8.12300.17720.1387
Hunter Lab28.500915.0961-63.3665
CIE-Lab34.237722.4082-56.6835

#1c4aac color RGB value is (28,74,172).

#1c4aac hex color red value is 28, green value is 74 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1c4aac hue: 0.61 , saturation: 0.72 and the lightness value of 1c4aac is 0.39.

The process color (four color CMYK) of #1c4aac color hex is 0.84, 0.57, 0.00, 0.33. Web safe color of #1c4aac is #333399. Color #1c4aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01001010 10101100
Octal 34 112 254
Decimal 28 74 172
Hex 1C 4A AC

RGB Percentages of Color #1c4aac

%10.22
%27.01
%62.77

CMYK Percentages of Color #1c4aac

%84
%57
%0
%33

Triadic Colors of #1c4aac

#1c4aac #ac1c4a #4aac1c

Analogous Colors of #1c4aac

#1c4aac #361cac #1c92ac

Monochromatic Colors of #1c4aac

#1c4aac

Complementary Color

#1c4aac #ac7e1c

#1c4aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c4aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c4aac Color CSS Codes

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

#1c4aac Text Font Color

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

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


#1c4aac Background Color

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

This div background color is #1c4aac


#1c4aac Border Color

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

This div border color is #1c4aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,74,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 #1c4aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c4aac


Comments

No comments written yet.

Please login to write comment.