Color Hex Logo

#338aab Color Hex

#338AAB
(51,138,171)
0 Favorites   0 Comments

Color spaces of #338aab

RGB 51138171
HSL0.550.540.44
HSV197°70°67°
CMYK 0.700.190.00   0.33
XYZ17.804421.821041.8016
Yxy21.82100.21870.2680
Hunter Lab46.7130-13.7133-20.3572
CIE-Lab53.8366-14.9317-24.9508

#338aab color RGB value is (51,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 10101011
Octal 63 212 253
Decimal 51 138 171
Hex 33 8A AB

RGB Percentages of Color #338aab

%14.17
%38.33
%47.50

CMYK Percentages of Color #338aab

%70
%19
%0
%33

Triadic Colors of #338aab

#338aab #ab338a #8aab33

Analogous Colors of #338aab

#338aab #334eab #33ab90

Monochromatic Colors of #338aab

#338aab

Complementary Color

#338aab #ab5433

#338aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#338aab Color CSS Codes

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

#338aab Text Font Color

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

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


#338aab Background Color

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

This div background color is #338aab


#338aab Border Color

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

This div border color is #338aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338aab


Comments

No comments written yet.

Please login to write comment.