Color Hex Logo

#334cae Color Hex

#334CAE
(51,76,174)
0 Favorites   0 Comments

Color spaces of #334cae

RGB 5176174
HSL0.630.550.44
HSV228°71°68°
CMYK 0.710.560.00   0.32
XYZ11.58978.928741.1570
Yxy8.92870.18790.1448
Hunter Lab29.880916.9419-60.7474
CIE-Lab35.846724.4638-55.2168

#334cae color RGB value is (51,76,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 01001100 10101110
Octal 63 114 256
Decimal 51 76 174
Hex 33 4C AE

RGB Percentages of Color #334cae

%16.94
%25.25
%57.81

CMYK Percentages of Color #334cae

%71
%56
%0
%32

Triadic Colors of #334cae

#334cae #ae334c #4cae33

Analogous Colors of #334cae

#334cae #5733ae #338aae

Monochromatic Colors of #334cae

#334cae

Complementary Color

#334cae #ae9533

#334cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#334cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#334cae Color CSS Codes

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

#334cae Text Font Color

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

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


#334cae Background Color

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

This div background color is #334cae


#334cae Border Color

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

This div border color is #334cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #334cae


Comments

No comments written yet.

Please login to write comment.