Color Hex Logo

#309dbc Color Hex

#309DBC
(48,157,188)
0 Favorites   0 Comments

Color spaces of #309dbc

RGB 48157188
HSL0.540.590.46
HSV193°74°74°
CMYK 0.740.160.00   0.26
XYZ22.353028.373251.8754
Yxy28.37320.21790.2765
Hunter Lab53.2665-18.3098-20.4550
CIE-Lab60.2244-19.9252-24.7844

#309dbc color RGB value is (48,157,188).

#309dbc hex color red value is 48, green value is 157 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #309dbc hue: 0.54 , saturation: 0.59 and the lightness value of 309dbc is 0.46.

The process color (four color CMYK) of #309dbc color hex is 0.74, 0.16, 0.00, 0.26. Web safe color of #309dbc is #3399cc. Color #309dbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011101 10111100
Octal 60 235 274
Decimal 48 157 188
Hex 30 9D BC

RGB Percentages of Color #309dbc

%12.21
%39.95
%47.84

CMYK Percentages of Color #309dbc

%74
%16
%0
%26

Triadic Colors of #309dbc

#309dbc #bc309d #9dbc30

Analogous Colors of #309dbc

#309dbc #3057bc #30bc95

Monochromatic Colors of #309dbc

#309dbc

Complementary Color

#309dbc #bc4f30

#309dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309dbc Color CSS Codes

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

#309dbc Text Font Color

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

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


#309dbc Background Color

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

This div background color is #309dbc


#309dbc Border Color

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

This div border color is #309dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309dbc


Comments

No comments written yet.

Please login to write comment.