Color Hex Logo

#338aac Color Hex

#338AAC
(51,138,172)
0 Favorites   0 Comments

Color spaces of #338aac

RGB 51138172
HSL0.550.540.44
HSV197°70°67°
CMYK 0.700.200.00   0.33
XYZ17.900121.859342.3056
Yxy21.85930.21810.2664
Hunter Lab46.7539-13.4793-20.9212
CIE-Lab53.8774-14.5960-25.4623

#338aac color RGB value is (51,138,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001010 10101100
Octal 63 212 254
Decimal 51 138 172
Hex 33 8A AC

RGB Percentages of Color #338aac

%14.13
%38.23
%47.65

CMYK Percentages of Color #338aac

%70
%20
%0
%33

Triadic Colors of #338aac

#338aac #ac338a #8aac33

Analogous Colors of #338aac

#338aac #334eac #33ac92

Monochromatic Colors of #338aac

#338aac

Complementary Color

#338aac #ac5533

#338aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#338aac Color CSS Codes

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

#338aac Text Font Color

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

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


#338aac Background Color

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

This div background color is #338aac


#338aac Border Color

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

This div border color is #338aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338aac


Comments

No comments written yet.

Please login to write comment.