Color Hex Logo

#309dcd Color Hex

#309DCD
(48,157,205)
0 Favorites   0 Comments

Color spaces of #309dcd

RGB 48157205
HSL0.550.620.50
HSV198°77°80°
CMYK 0.770.230.00   0.20
XYZ24.295329.150162.1036
Yxy29.15010.21030.2523
Hunter Lab53.9908-14.1609-30.4054
CIE-Lab60.9139-14.2049-33.2526

#309dcd color RGB value is (48,157,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 11001101
Octal 60 235 315
Decimal 48 157 205
Hex 30 9D CD

RGB Percentages of Color #309dcd

%11.71
%38.29
%50.00

CMYK Percentages of Color #309dcd

%77
%23
%0
%20

Triadic Colors of #309dcd

#309dcd #cd309d #9dcd30

Analogous Colors of #309dcd

#309dcd #304fcd #30cdaf

Monochromatic Colors of #309dcd

#309dcd

Complementary Color

#309dcd #cd6030

#309dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dcd Color CSS Codes

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

#309dcd Text Font Color

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

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


#309dcd Background Color

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

This div background color is #309dcd


#309dcd Border Color

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

This div border color is #309dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dcd


Comments

No comments written yet.

Please login to write comment.