Color Hex Logo

#339aab Color Hex

#339AAB
(51,154,171)
0 Favorites   0 Comments

Color spaces of #339aab

RGB 51154171
HSL0.520.540.44
HSV189°70°67°
CMYK 0.700.100.00   0.33
XYZ20.271526.755342.6239
Yxy26.75530.22610.2984
Hunter Lab51.7255-20.5646-12.6495
CIE-Lab58.7471-23.4512-17.4312

#339aab color RGB value is (51,154,171).

#339aab hex color red value is 51, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #339aab hue: 0.52 , saturation: 0.54 and the lightness value of 339aab is 0.44.

The process color (four color CMYK) of #339aab color hex is 0.70, 0.10, 0.00, 0.33. Web safe color of #339aab is #339999. Color #339aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011010 10101011
Octal 63 232 253
Decimal 51 154 171
Hex 33 9A AB

RGB Percentages of Color #339aab

%13.56
%40.96
%45.48

CMYK Percentages of Color #339aab

%70
%10
%0
%33

Triadic Colors of #339aab

#339aab #ab339a #9aab33

Analogous Colors of #339aab

#339aab #335eab #33ab80

Monochromatic Colors of #339aab

#339aab

Complementary Color

#339aab #ab4433

#339aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#339aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#339aab Color CSS Codes

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

#339aab Text Font Color

<p style="color:#339aab">Text here</p>

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


#339aab Background Color

<div style="background-color:#339aab">
Div content here</div>

This div background color is #339aab


#339aab Border Color

<div style="border:3px solid #339aab">
Div here</div>

This div border color is #339aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(51,154,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #339aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #339aab;
  -webkit-box-shadow: 1px 1px 3px 2px #339aab;
  box-shadow:         1px 1px 3px 2px #339aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,154,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #339aab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #339aab


Comments

No comments written yet.

Please login to write comment.