Color Hex Logo

#306aef Color Hex

#306AEF
(48,106,239)
0 Favorites   0 Comments

Color spaces of #306aef

RGB 48106239
HSL0.620.860.56
HSV222°80°94°
CMYK 0.800.560.00   0.06
XYZ21.952917.168483.8181
Yxy17.16840.17860.1396
Hunter Lab41.434822.0617-90.9330
CIE-Lab48.471528.8814-72.1394

#306aef color RGB value is (48,106,239).

#306aef hex color red value is 48, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #306aef hue: 0.62 , saturation: 0.86 and the lightness value of 306aef is 0.56.

The process color (four color CMYK) of #306aef color hex is 0.80, 0.56, 0.00, 0.06. Web safe color of #306aef is #3366ff. Color #306aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101010 11101111
Octal 60 152 357
Decimal 48 106 239
Hex 30 6A EF

RGB Percentages of Color #306aef

%12.21
%26.97
%60.81

CMYK Percentages of Color #306aef

%80
%56
%0
%6

Triadic Colors of #306aef

#306aef #ef306a #6aef30

Analogous Colors of #306aef

#306aef #5630ef #30caef

Monochromatic Colors of #306aef

#306aef

Complementary Color

#306aef #efb530

#306aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#306aef Color CSS Codes

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

#306aef Text Font Color

<p style="color:#306aef">Text here</p>

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


#306aef Background Color

<div style="background-color:#306aef">
Div content here</div>

This div background color is #306aef


#306aef Border Color

<div style="border:3px solid #306aef">
Div here</div>

This div border color is #306aef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,106,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #306aef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #306aef;
  -webkit-box-shadow: 1px 1px 3px 2px #306aef;
  box-shadow:         1px 1px 3px 2px #306aef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306aef


Comments

No comments written yet.

Please login to write comment.