Color Hex Logo

#338bac Color Hex

#338BAC
(51,139,172)
0 Favorites   0 Comments

Color spaces of #338bac

RGB 51139172
HSL0.550.540.44
HSV196°70°67°
CMYK 0.700.190.00   0.33
XYZ18.044322.147642.3536
Yxy22.14760.21860.2683
Hunter Lab47.0612-13.9164-20.4162
CIE-Lab54.1833-15.1468-24.9901

#338bac color RGB value is (51,139,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10001011 10101100
Octal 63 213 254
Decimal 51 139 172
Hex 33 8B AC

RGB Percentages of Color #338bac

%14.09
%38.40
%47.51

CMYK Percentages of Color #338bac

%70
%19
%0
%33

Triadic Colors of #338bac

#338bac #ac338b #8bac33

Analogous Colors of #338bac

#338bac #334fac #33ac91

Monochromatic Colors of #338bac

#338bac

Complementary Color

#338bac #ac5433

#338bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#338bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#338bac Color CSS Codes

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

#338bac Text Font Color

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

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


#338bac Background Color

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

This div background color is #338bac


#338bac Border Color

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

This div border color is #338bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #338bac


Comments

No comments written yet.

Please login to write comment.