Color Hex Logo

#338aad Color Hex

#338AAD
(51,138,173)
0 Favorites   0 Comments

Color spaces of #338aad

RGB 51138173
HSL0.550.540.44
HSV197°71°68°
CMYK 0.710.200.00   0.32
XYZ17.996521.897942.8134
Yxy21.89790.21760.2648
Hunter Lab46.7952-13.2440-21.4884
CIE-Lab53.9185-14.2596-25.9730

#338aad color RGB value is (51,138,173).

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

The process color (four color CMYK) of #338aad color hex is 0.71, 0.20, 0.00, 0.32. Web safe color of #338aad is #339999. Color #338aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 10101101
Octal 63 212 255
Decimal 51 138 173
Hex 33 8A AD

RGB Percentages of Color #338aad

%14.09
%38.12
%47.79

CMYK Percentages of Color #338aad

%71
%20
%0
%32

Triadic Colors of #338aad

#338aad #ad338a #8aad33

Analogous Colors of #338aad

#338aad #334dad #33ad93

Monochromatic Colors of #338aad

#338aad

Complementary Color

#338aad #ad5633

#338aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#338aad Color CSS Codes

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

#338aad Text Font Color

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

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


#338aad Background Color

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

This div background color is #338aad


#338aad Border Color

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

This div border color is #338aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338aad


Comments

No comments written yet.

Please login to write comment.