Color Hex Logo

#309acb Color Hex

#309ACB
(48,154,203)
0 Favorites   0 Comments

Color spaces of #309acb

RGB 48154203
HSL0.550.620.49
HSV199°76°80°
CMYK 0.760.240.00   0.20
XYZ23.554028.051460.6729
Yxy28.05140.20980.2498
Hunter Lab52.9636-13.3036-30.8457
CIE-Lab59.9351-13.2471-33.6565

#309acb color RGB value is (48,154,203).

#309acb hex color red value is 48, green value is 154 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #309acb hue: 0.55 , saturation: 0.62 and the lightness value of 309acb is 0.49.

The process color (four color CMYK) of #309acb color hex is 0.76, 0.24, 0.00, 0.20. Web safe color of #309acb is #3399cc. Color #309acb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11001011
Octal 60 232 313
Decimal 48 154 203
Hex 30 9A CB

RGB Percentages of Color #309acb

%11.85
%38.02
%50.12

CMYK Percentages of Color #309acb

%76
%24
%0
%20

Triadic Colors of #309acb

#309acb #cb309a #9acb30

Analogous Colors of #309acb

#309acb #304dcb #30cbaf

Monochromatic Colors of #309acb

#309acb

Complementary Color

#309acb #cb6130

#309acb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309acb Color Preview on White Background

Lorem ipsum dolor sit amet.

#309acb Color CSS Codes

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

#309acb Text Font Color

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

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


#309acb Background Color

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

This div background color is #309acb


#309acb Border Color

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

This div border color is #309acb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(48,154,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309acb


Comments

No comments written yet.

Please login to write comment.