Color Hex Logo

#306cdc Color Hex

#306CDC
(48,108,220)
0 Favorites   0 Comments

Color spaces of #306cdc

RGB 48108220
HSL0.610.710.53
HSV219°78°86°
CMYK 0.780.510.00   0.14
XYZ19.499816.520869.8712
Yxy16.52080.18410.1560
Hunter Lab40.645814.5052-73.4691
CIE-Lab47.650520.5394-62.7658

#306cdc color RGB value is (48,108,220).

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

The process color (four color CMYK) of #306cdc color hex is 0.78, 0.51, 0.00, 0.14. Web safe color of #306cdc is #3366cc. Color #306cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01101100 11011100
Octal 60 154 334
Decimal 48 108 220
Hex 30 6C DC

RGB Percentages of Color #306cdc

%12.77
%28.72
%58.51

CMYK Percentages of Color #306cdc

%78
%51
%0
%14

Triadic Colors of #306cdc

#306cdc #dc306c #6cdc30

Analogous Colors of #306cdc

#306cdc #4a30dc #30c2dc

Monochromatic Colors of #306cdc

#306cdc

Complementary Color

#306cdc #dca030

#306cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#306cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#306cdc Color CSS Codes

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

#306cdc Text Font Color

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

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


#306cdc Background Color

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

This div background color is #306cdc


#306cdc Border Color

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

This div border color is #306cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #306cdc


Comments

No comments written yet.

Please login to write comment.