Color Hex Logo

#309bdc Color Hex

#309BDC
(48,155,220)
0 Favorites   0 Comments

Color spaces of #309bdc

RGB 48155220
HSL0.560.710.53
HSV203°78°86°
CMYK 0.780.300.00   0.14
XYZ25.858529.238471.9908
Yxy29.23840.20350.2301
Hunter Lab54.0725-9.2649-41.0864
CIE-Lab60.9915-7.8747-41.4912

#309bdc color RGB value is (48,155,220).

#309bdc hex color red value is 48, green value is 155 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #309bdc hue: 0.56 , saturation: 0.71 and the lightness value of 309bdc is 0.53.

The process color (four color CMYK) of #309bdc color hex is 0.78, 0.30, 0.00, 0.14. Web safe color of #309bdc is #3399cc. Color #309bdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011011 11011100
Octal 60 233 334
Decimal 48 155 220
Hex 30 9B DC

RGB Percentages of Color #309bdc

%11.35
%36.64
%52.01

CMYK Percentages of Color #309bdc

%78
%30
%0
%14

Triadic Colors of #309bdc

#309bdc #dc309b #9bdc30

Analogous Colors of #309bdc

#309bdc #3045dc #30dcc7

Monochromatic Colors of #309bdc

#309bdc

Complementary Color

#309bdc #dc7130

#309bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309bdc Color CSS Codes

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

#309bdc Text Font Color

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

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


#309bdc Background Color

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

This div background color is #309bdc


#309bdc Border Color

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

This div border color is #309bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309bdc


Comments

No comments written yet.

Please login to write comment.