Color Hex Logo

#306acc Color Hex

#306ACC
(48,106,204)
0 Favorites   0 Comments

Color spaces of #306acc

RGB 48106204
HSL0.600.620.49
HSV218°76°80°
CMYK 0.760.480.00   0.20
XYZ17.272015.296159.1688
Yxy15.29610.18830.1667
Hunter Lab39.110210.3869-62.3211
CIE-Lab46.037115.8062-56.2473

#306acc color RGB value is (48,106,204).

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

The process color (four color CMYK) of #306acc color hex is 0.76, 0.48, 0.00, 0.20. Web safe color of #306acc is #3366cc. Color #306acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101010 11001100
Octal 60 152 314
Decimal 48 106 204
Hex 30 6A CC

RGB Percentages of Color #306acc

%13.41
%29.61
%56.98

CMYK Percentages of Color #306acc

%76
%48
%0
%20

Triadic Colors of #306acc

#306acc #cc306a #6acc30

Analogous Colors of #306acc

#306acc #4430cc #30b8cc

Monochromatic Colors of #306acc

#306acc

Complementary Color

#306acc #cc9230

#306acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306acc Color CSS Codes

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

#306acc Text Font Color

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

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


#306acc Background Color

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

This div background color is #306acc


#306acc Border Color

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

This div border color is #306acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306acc


Comments

No comments written yet.

Please login to write comment.