Color Hex Logo

#309afe Color Hex

#309AFE
(48,154,254)
0 Favorites   0 Comments

Color spaces of #309afe

RGB 48154254
HSL0.580.990.59
HSV209°81°100°
CMYK 0.810.390.00   0.00
XYZ30.663930.895398.1132
Yxy30.89530.19200.1935
Hunter Lab55.58351.2023-65.7472
CIE-Lab62.41914.9118-57.9702

#309afe color RGB value is (48,154,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011010 11111110
Octal 60 232 376
Decimal 48 154 254
Hex 30 9A FE

RGB Percentages of Color #309afe

%10.53
%33.77
%55.70

CMYK Percentages of Color #309afe

%81
%39
%0
%0

Triadic Colors of #309afe

#309afe #fe309a #9afe30

Analogous Colors of #309afe

#309afe #3033fe #30fefb

Monochromatic Colors of #309afe

#309afe

Complementary Color

#309afe #fe9430

#309afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#309afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#309afe Color CSS Codes

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

#309afe Text Font Color

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

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


#309afe Background Color

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

This div background color is #309afe


#309afe Border Color

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

This div border color is #309afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #309afe


Comments

No comments written yet.

Please login to write comment.