Color Hex Logo

#309dac Color Hex

#309DAC
(48,157,172)
0 Favorites   0 Comments

Color spaces of #309dac

RGB 48157172
HSL0.520.560.43
HSV187°72°67°
CMYK 0.720.090.00   0.33
XYZ20.722327.720943.2882
Yxy27.72090.22590.3022
Hunter Lab52.6506-21.8844-11.8915
CIE-Lab59.6357-25.0831-16.6553

#309dac color RGB value is (48,157,172).

#309dac hex color red value is 48, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #309dac hue: 0.52 , saturation: 0.56 and the lightness value of 309dac is 0.43.

The process color (four color CMYK) of #309dac color hex is 0.72, 0.09, 0.00, 0.33. Web safe color of #309dac is #339999. Color #309dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 10101100
Octal 60 235 254
Decimal 48 157 172
Hex 30 9D AC

RGB Percentages of Color #309dac

%12.73
%41.64
%45.62

CMYK Percentages of Color #309dac

%72
%9
%0
%33

Triadic Colors of #309dac

#309dac #ac309d #9dac30

Analogous Colors of #309dac

#309dac #305fac #30ac7d

Monochromatic Colors of #309dac

#309dac

Complementary Color

#309dac #ac3f30

#309dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dac Color CSS Codes

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

#309dac Text Font Color

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

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


#309dac Background Color

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

This div background color is #309dac


#309dac Border Color

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

This div border color is #309dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dac


Comments

No comments written yet.

Please login to write comment.