Color Hex Logo

#309aad Color Hex

#309AAD
(48,154,173)
0 Favorites   0 Comments

Color spaces of #309aad

RGB 48154173
HSL0.530.570.43
HSV189°72°68°
CMYK 0.720.110.00   0.32
XYZ20.317426.756743.6289
Yxy26.75670.22400.2950
Hunter Lab51.7269-20.4104-13.7992
CIE-Lab58.7484-23.2315-18.5700

#309aad color RGB value is (48,154,173).

#309aad hex color red value is 48, green value is 154 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #309aad hue: 0.53 , saturation: 0.57 and the lightness value of 309aad is 0.43.

The process color (four color CMYK) of #309aad color hex is 0.72, 0.11, 0.00, 0.32. Web safe color of #309aad is #339999. Color #309aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 10101101
Octal 60 232 255
Decimal 48 154 173
Hex 30 9A AD

RGB Percentages of Color #309aad

%12.80
%41.07
%46.13

CMYK Percentages of Color #309aad

%72
%11
%0
%32

Triadic Colors of #309aad

#309aad #ad309a #9aad30

Analogous Colors of #309aad

#309aad #305cad #30ad82

Monochromatic Colors of #309aad

#309aad

Complementary Color

#309aad #ad4330

#309aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#309aad Color CSS Codes

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

#309aad Text Font Color

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

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


#309aad Background Color

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

This div background color is #309aad


#309aad Border Color

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

This div border color is #309aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,154,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 #309aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309aad


Comments

No comments written yet.

Please login to write comment.