Color Hex Logo

#309adc Color Hex

#309ADC
(48,154,220)
0 Favorites   0 Comments

Color spaces of #309adc

RGB 48154220
HSL0.560.710.53
HSV203°78°86°
CMYK 0.780.300.00   0.14
XYZ25.692828.906971.9356
Yxy28.90690.20300.2284
Hunter Lab53.7651-8.7890-41.6920
CIE-Lab60.6994-7.3092-41.9502

#309adc color RGB value is (48,154,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11011100
Octal 60 232 334
Decimal 48 154 220
Hex 30 9A DC

RGB Percentages of Color #309adc

%11.37
%36.49
%52.13

CMYK Percentages of Color #309adc

%78
%30
%0
%14

Triadic Colors of #309adc

#309adc #dc309a #9adc30

Analogous Colors of #309adc

#309adc #3044dc #30dcc8

Monochromatic Colors of #309adc

#309adc

Complementary Color

#309adc #dc7230

#309adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309adc Color CSS Codes

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

#309adc Text Font Color

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

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


#309adc Background Color

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

This div background color is #309adc


#309adc Border Color

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

This div border color is #309adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309adc


Comments

No comments written yet.

Please login to write comment.