Color Hex Logo

#309fcc Color Hex

#309FCC
(48,159,204)
0 Favorites   0 Comments

Color spaces of #309fcc

RGB 48159204
HSL0.550.620.49
HSV197°76°80°
CMYK 0.760.220.00   0.20
XYZ24.516129.784361.5835
Yxy29.78430.21160.2570
Hunter Lab54.5750-15.3207-28.7015
CIE-Lab61.4677-15.6336-31.8335

#309fcc color RGB value is (48,159,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011111 11001100
Octal 60 237 314
Decimal 48 159 204
Hex 30 9F CC

RGB Percentages of Color #309fcc

%11.68
%38.69
%49.64

CMYK Percentages of Color #309fcc

%76
%22
%0
%20

Triadic Colors of #309fcc

#309fcc #cc309f #9fcc30

Analogous Colors of #309fcc

#309fcc #3051cc #30ccab

Monochromatic Colors of #309fcc

#309fcc

Complementary Color

#309fcc #cc5d30

#309fcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309fcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309fcc Color CSS Codes

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

#309fcc Text Font Color

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

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


#309fcc Background Color

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

This div background color is #309fcc


#309fcc Border Color

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

This div border color is #309fcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309fcc


Comments

No comments written yet.

Please login to write comment.