Color Hex Logo

#336eac Color Hex

#336EAC
(51,110,172)
0 Favorites   0 Comments

Color spaces of #336eac

RGB 51110172
HSL0.590.540.44
HSV211°70°67°
CMYK 0.700.360.00   0.33
XYZ14.387614.834241.1347
Yxy14.83420.20450.2108
Hunter Lab38.5152-0.7218-36.3618
CIE-Lab45.40631.7909-38.7086

#336eac color RGB value is (51,110,172).

#336eac hex color red value is 51, green value is 110 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #336eac hue: 0.59 , saturation: 0.54 and the lightness value of 336eac is 0.44.

The process color (four color CMYK) of #336eac color hex is 0.70, 0.36, 0.00, 0.33. Web safe color of #336eac is #336699. Color #336eac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01101110 10101100
Octal 63 156 254
Decimal 51 110 172
Hex 33 6E AC

RGB Percentages of Color #336eac

%15.32
%33.03
%51.65

CMYK Percentages of Color #336eac

%70
%36
%0
%33

Triadic Colors of #336eac

#336eac #ac336e #6eac33

Analogous Colors of #336eac

#336eac #3433ac #33abac

Monochromatic Colors of #336eac

#336eac

Complementary Color

#336eac #ac7133

#336eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#336eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#336eac Color CSS Codes

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

#336eac Text Font Color

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

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


#336eac Background Color

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

This div background color is #336eac


#336eac Border Color

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

This div border color is #336eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #336eac


Comments

No comments written yet.

Please login to write comment.