Color Hex Logo

#307dac Color Hex

#307DAC
(48,125,172)
0 Favorites   0 Comments

Color spaces of #307dac

RGB 48125172
HSL0.560.560.43
HSV203°72°67°
CMYK 0.720.270.00   0.33
XYZ15.998918.274241.7138
Yxy18.27420.21050.2405
Hunter Lab42.7483-8.0046-27.9313
CIE-Lab49.8270-7.6662-31.7620

#307dac color RGB value is (48,125,172).

#307dac hex color red value is 48, green value is 125 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #307dac hue: 0.56 , saturation: 0.56 and the lightness value of 307dac is 0.43.

The process color (four color CMYK) of #307dac color hex is 0.72, 0.27, 0.00, 0.33. Web safe color of #307dac is #336699. Color #307dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 10101100
Octal 60 175 254
Decimal 48 125 172
Hex 30 7D AC

RGB Percentages of Color #307dac

%13.91
%36.23
%49.86

CMYK Percentages of Color #307dac

%72
%27
%0
%33

Triadic Colors of #307dac

#307dac #ac307d #7dac30

Analogous Colors of #307dac

#307dac #303fac #30ac9d

Monochromatic Colors of #307dac

#307dac

Complementary Color

#307dac #ac5f30

#307dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dac Color CSS Codes

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

#307dac Text Font Color

<p style="color:#307dac">Text here</p>

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


#307dac Background Color

<div style="background-color:#307dac">
Div content here</div>

This div background color is #307dac


#307dac Border Color

<div style="border:3px solid #307dac">
Div here</div>

This div border color is #307dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,125,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #307dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #307dac;
  -webkit-box-shadow: 1px 1px 3px 2px #307dac;
  box-shadow:         1px 1px 3px 2px #307dac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dac


Comments

No comments written yet.

Please login to write comment.