Color Hex Logo

#274eac Color Hex

#274EAC
(39,78,172)
0 Favorites   0 Comments

Color spaces of #274eac

RGB 3978172
HSL0.620.630.41
HSV222°77°67°
CMYK 0.770.550.00   0.33
XYZ11.00758.858740.1595
Yxy8.85870.18340.1476
Hunter Lab29.763613.9286-59.1645
CIE-Lab35.710820.8261-54.2732

#274eac color RGB value is (39,78,172).

#274eac hex color red value is 39, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #274eac hue: 0.62 , saturation: 0.63 and the lightness value of 274eac is 0.41.

The process color (four color CMYK) of #274eac color hex is 0.77, 0.55, 0.00, 0.33. Web safe color of #274eac is #336699. Color #274eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001110 10101100
Octal 47 116 254
Decimal 39 78 172
Hex 27 4E AC

RGB Percentages of Color #274eac

%13.49
%26.99
%59.52

CMYK Percentages of Color #274eac

%77
%55
%0
%33

Triadic Colors of #274eac

#274eac #ac274e #4eac27

Analogous Colors of #274eac

#274eac #4227ac #2791ac

Monochromatic Colors of #274eac

#274eac

Complementary Color

#274eac #ac8527

#274eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#274eac Color CSS Codes

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

#274eac Text Font Color

<p style="color:#274eac">Text here</p>

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


#274eac Background Color

<div style="background-color:#274eac">
Div content here</div>

This div background color is #274eac


#274eac Border Color

<div style="border:3px solid #274eac">
Div here</div>

This div border color is #274eac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(39,78,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #274eac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #274eac;
  -webkit-box-shadow: 1px 1px 3px 2px #274eac;
  box-shadow:         1px 1px 3px 2px #274eac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(39,78,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 #274eac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274eac

#274eac Color Palettes


Comments

No comments written yet.

Please login to write comment.