Color Hex Logo

#309eac Color Hex

#309EAC
(48,158,172)
0 Favorites   0 Comments

Color spaces of #309eac

RGB 48158172
HSL0.520.560.43
HSV187°72°67°
CMYK 0.720.080.00   0.33
XYZ20.892228.060743.3448
Yxy28.06070.22640.3040
Hunter Lab52.9724-22.3015-11.4336
CIE-Lab59.9435-25.5896-16.1887

#309eac color RGB value is (48,158,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011110 10101100
Octal 60 236 254
Decimal 48 158 172
Hex 30 9E AC

RGB Percentages of Color #309eac

%12.70
%41.80
%45.50

CMYK Percentages of Color #309eac

%72
%8
%0
%33

Triadic Colors of #309eac

#309eac #ac309e #9eac30

Analogous Colors of #309eac

#309eac #3060ac #30ac7c

Monochromatic Colors of #309eac

#309eac

Complementary Color

#309eac #ac3e30

#309eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#309eac Color CSS Codes

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

#309eac Text Font Color

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

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


#309eac Background Color

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

This div background color is #309eac


#309eac Border Color

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

This div border color is #309eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309eac


Comments

No comments written yet.

Please login to write comment.