Color Hex Logo

#338faa Color Hex

#338FAA
(51,143,170)
0 Favorites   0 Comments

Color spaces of #338faa

RGB 51143170
HSL0.540.540.43
HSV194°70°67°
CMYK 0.700.160.00   0.33
XYZ18.443423.251041.5460
Yxy23.25100.22160.2793
Hunter Lab48.2193-16.1093-17.3311
CIE-Lab55.3299-17.9862-22.0791

#338faa color RGB value is (51,143,170).

#338faa hex color red value is 51, green value is 143 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #338faa hue: 0.54 , saturation: 0.54 and the lightness value of 338faa is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001111 10101010
Octal 63 217 252
Decimal 51 143 170
Hex 33 8F AA

RGB Percentages of Color #338faa

%14.01
%39.29
%46.70

CMYK Percentages of Color #338faa

%70
%16
%0
%33

Triadic Colors of #338faa

#338faa #aa338f #8faa33

Analogous Colors of #338faa

#338faa #3353aa #33aa8a

Monochromatic Colors of #338faa

#338faa

Complementary Color

#338faa #aa4e33

#338faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#338faa Color CSS Codes

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

#338faa Text Font Color

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

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


#338faa Background Color

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

This div background color is #338faa


#338faa Border Color

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

This div border color is #338faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338faa


Comments

No comments written yet.

Please login to write comment.