Color Hex Logo

#309dcc Color Hex

#309DCC
(48,157,204)
0 Favorites   0 Comments

Color spaces of #309dcc

RGB 48157204
HSL0.550.620.49
HSV198°76°80°
CMYK 0.760.230.00   0.20
XYZ24.175029.102061.4698
Yxy29.10200.21070.2536
Hunter Lab53.9463-14.4146-29.7964
CIE-Lab60.8715-14.5471-32.7594

#309dcc color RGB value is (48,157,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11001100
Octal 60 235 314
Decimal 48 157 204
Hex 30 9D CC

RGB Percentages of Color #309dcc

%11.74
%38.39
%49.88

CMYK Percentages of Color #309dcc

%76
%23
%0
%20

Triadic Colors of #309dcc

#309dcc #cc309d #9dcc30

Analogous Colors of #309dcc

#309dcc #304fcc #30ccad

Monochromatic Colors of #309dcc

#309dcc

Complementary Color

#309dcc #cc5f30

#309dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dcc Color CSS Codes

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

#309dcc Text Font Color

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

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


#309dcc Background Color

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

This div background color is #309dcc


#309dcc Border Color

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

This div border color is #309dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dcc


Comments

No comments written yet.

Please login to write comment.