Color Hex Logo

#274cae Color Hex

#274CAE
(39,76,174)
0 Favorites   0 Comments

Color spaces of #274cae

RGB 3976174
HSL0.620.630.42
HSV224°78°68°
CMYK 0.780.560.00   0.32
XYZ11.06118.656241.1322
Yxy8.65620.18180.1423
Hunter Lab29.421415.6203-62.2945
CIE-Lab35.313722.9325-56.1066

#274cae color RGB value is (39,76,174).

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

The process color (four color CMYK) of #274cae color hex is 0.78, 0.56, 0.00, 0.32. Web safe color of #274cae is #333399. Color #274cae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00100111 01001100 10101110
Octal 47 114 256
Decimal 39 76 174
Hex 27 4C AE

RGB Percentages of Color #274cae

%13.49
%26.30
%60.21

CMYK Percentages of Color #274cae

%78
%56
%0
%32

Triadic Colors of #274cae

#274cae #ae274c #4cae27

Analogous Colors of #274cae

#274cae #4527ae #2790ae

Monochromatic Colors of #274cae

#274cae

Complementary Color

#274cae #ae8927

#274cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#274cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#274cae Color CSS Codes

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

#274cae Text Font Color

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

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


#274cae Background Color

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

This div background color is #274cae


#274cae Border Color

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

This div border color is #274cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #274cae


Comments

No comments written yet.

Please login to write comment.