Color Hex Logo

#309afc Color Hex

#309AFC
(48,154,252)
0 Favorites   0 Comments

Color spaces of #309afc

RGB 48154252
HSL0.580.970.59
HSV209°81°99°
CMYK 0.810.390.00   0.01
XYZ30.345230.767996.4349
Yxy30.76790.19260.1953
Hunter Lab55.46880.5811-64.2500
CIE-Lab62.31124.1849-57.0485

#309afc color RGB value is (48,154,252).

#309afc hex color red value is 48, green value is 154 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #309afc hue: 0.58 , saturation: 0.97 and the lightness value of 309afc is 0.59.

The process color (four color CMYK) of #309afc color hex is 0.81, 0.39, 0.00, 0.01. Web safe color of #309afc is #3399ff. Color #309afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11111100
Octal 60 232 374
Decimal 48 154 252
Hex 30 9A FC

RGB Percentages of Color #309afc

%10.57
%33.92
%55.51

CMYK Percentages of Color #309afc

%81
%39
%0
%1

Triadic Colors of #309afc

#309afc #fc309a #9afc30

Analogous Colors of #309afc

#309afc #3034fc #30fcf8

Monochromatic Colors of #309afc

#309afc

Complementary Color

#309afc #fc9230

#309afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#309afc Color CSS Codes

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

#309afc Text Font Color

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

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


#309afc Background Color

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

This div background color is #309afc


#309afc Border Color

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

This div border color is #309afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309afc

Related Colors


Comments

No comments written yet.

Please login to write comment.