Color Hex Logo

#3498ab Color Hex

#3498AB
(52,152,171)
0 Favorites   0 Comments

Color spaces of #3498ab

RGB 52152171
HSL0.530.530.44
HSV190°70°67°
CMYK 0.700.110.00   0.33
XYZ19.995126.126842.5172
Yxy26.12680.22560.2948
Hunter Lab51.1144-19.6239-13.5377
CIE-Lab58.1572-22.2723-18.3262

#3498ab color RGB value is (52,152,171).

#3498ab hex color red value is 52, green value is 152 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #3498ab hue: 0.53 , saturation: 0.53 and the lightness value of 3498ab is 0.44.

The process color (four color CMYK) of #3498ab color hex is 0.70, 0.11, 0.00, 0.33. Web safe color of #3498ab is #339999. Color #3498ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110100 10011000 10101011
Octal 64 230 253
Decimal 52 152 171
Hex 34 98 AB

RGB Percentages of Color #3498ab

%13.87
%40.53
%45.60

CMYK Percentages of Color #3498ab

%70
%11
%0
%33

Triadic Colors of #3498ab

#3498ab #ab3498 #98ab34

Analogous Colors of #3498ab

#3498ab #345cab #34ab83

Monochromatic Colors of #3498ab

#3498ab

Complementary Color

#3498ab #ab4734

#3498ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3498ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3498ab Color CSS Codes

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

#3498ab Text Font Color

<p style="color:#3498ab">Text here</p>

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


#3498ab Background Color

<div style="background-color:#3498ab">
Div content here</div>

This div background color is #3498ab


#3498ab Border Color

<div style="border:3px solid #3498ab">
Div here</div>

This div border color is #3498ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(52,152,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3498ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3498ab;
  -webkit-box-shadow: 1px 1px 3px 2px #3498ab;
  box-shadow:         1px 1px 3px 2px #3498ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(52,152,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3498ab


Comments

No comments written yet.

Please login to write comment.