Color Hex Logo

#337dac Color Hex

#337DAC
(51,125,172)
0 Favorites   0 Comments

Color spaces of #337dac

RGB 51125172
HSL0.560.540.44
HSV203°70°67°
CMYK 0.700.270.00   0.33
XYZ16.145318.349641.7206
Yxy18.34960.21180.2408
Hunter Lab42.8364-7.6861-27.7601
CIE-Lab49.9174-7.2164-31.6140

#337dac color RGB value is (51,125,172).

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

The process color (four color CMYK) of #337dac color hex is 0.70, 0.27, 0.00, 0.33. Web safe color of #337dac is #336699. Color #337dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 01111101 10101100
Octal 63 175 254
Decimal 51 125 172
Hex 33 7D AC

RGB Percentages of Color #337dac

%14.66
%35.92
%49.43

CMYK Percentages of Color #337dac

%70
%27
%0
%33

Triadic Colors of #337dac

#337dac #ac337d #7dac33

Analogous Colors of #337dac

#337dac #3340ac #33ac9f

Monochromatic Colors of #337dac

#337dac

Complementary Color

#337dac #ac6233

#337dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#337dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#337dac Color CSS Codes

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

#337dac Text Font Color

<p style="color:#337dac">Text here</p>

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


#337dac Background Color

<div style="background-color:#337dac">
Div content here</div>

This div background color is #337dac


#337dac Border Color

<div style="border:3px solid #337dac">
Div here</div>

This div border color is #337dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #337dac


Comments

No comments written yet.

Please login to write comment.