Color Hex Logo

#307dae Color Hex

#307DAE
(48,125,174)
0 Favorites   0 Comments

Color spaces of #307dae

RGB 48125174
HSL0.560.570.44
HSV203°72°68°
CMYK 0.720.280.00   0.32
XYZ16.192518.351642.7332
Yxy18.35160.20950.2375
Hunter Lab42.8388-7.4972-29.1568
CIE-Lab49.9198-6.9572-32.7757

#307dae color RGB value is (48,125,174).

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

The process color (four color CMYK) of #307dae color hex is 0.72, 0.28, 0.00, 0.32. Web safe color of #307dae is #336699. Color #307dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111101 10101110
Octal 60 175 256
Decimal 48 125 174
Hex 30 7D AE

RGB Percentages of Color #307dae

%13.83
%36.02
%50.14

CMYK Percentages of Color #307dae

%72
%28
%0
%32

Triadic Colors of #307dae

#307dae #ae307d #7dae30

Analogous Colors of #307dae

#307dae #303eae #30aea0

Monochromatic Colors of #307dae

#307dae

Complementary Color

#307dae #ae6130

#307dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#307dae Color CSS Codes

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

#307dae Text Font Color

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

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


#307dae Background Color

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

This div background color is #307dae


#307dae Border Color

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

This div border color is #307dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307dae


Comments

No comments written yet.

Please login to write comment.