Color Hex Logo

#3398ac Color Hex

#3398AC
(51,152,172)
0 Favorites   0 Comments

Color spaces of #3398ac

RGB 51152172
HSL0.530.540.44
HSV190°70°67°
CMYK 0.700.120.00   0.33
XYZ20.039926.138843.0188
Yxy26.13880.22470.2930
Hunter Lab51.1261-19.5041-14.0998
CIE-Lab58.1686-22.0993-18.8792

#3398ac color RGB value is (51,152,172).

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

The process color (four color CMYK) of #3398ac color hex is 0.70, 0.12, 0.00, 0.33. Web safe color of #3398ac is #339999. Color #3398ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10011000 10101100
Octal 63 230 254
Decimal 51 152 172
Hex 33 98 AC

RGB Percentages of Color #3398ac

%13.60
%40.53
%45.87

CMYK Percentages of Color #3398ac

%70
%12
%0
%33

Triadic Colors of #3398ac

#3398ac #ac3398 #98ac33

Analogous Colors of #3398ac

#3398ac #335cac #33ac84

Monochromatic Colors of #3398ac

#3398ac

Complementary Color

#3398ac #ac4733

#3398ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3398ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3398ac Color CSS Codes

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

#3398ac Text Font Color

<p style="color:#3398ac">Text here</p>

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


#3398ac Background Color

<div style="background-color:#3398ac">
Div content here</div>

This div background color is #3398ac


#3398ac Border Color

<div style="border:3px solid #3398ac">
Div here</div>

This div border color is #3398ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3398ac


Comments

No comments written yet.

Please login to write comment.