Color Hex Logo

#307cae Color Hex

#307CAE
(48,124,174)
0 Favorites   0 Comments

Color spaces of #307cae

RGB 48124174
HSL0.570.570.44
HSV204°72°68°
CMYK 0.720.290.00   0.32
XYZ16.066618.099742.6912
Yxy18.09970.20900.2355
Hunter Lab42.5437-7.0412-29.7149
CIE-Lab49.6168-6.3714-33.2502

#307cae color RGB value is (48,124,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111100 10101110
Octal 60 174 256
Decimal 48 124 174
Hex 30 7C AE

RGB Percentages of Color #307cae

%13.87
%35.84
%50.29

CMYK Percentages of Color #307cae

%72
%29
%0
%32

Triadic Colors of #307cae

#307cae #ae307c #7cae30

Analogous Colors of #307cae

#307cae #303dae #30aea1

Monochromatic Colors of #307cae

#307cae

Complementary Color

#307cae #ae6230

#307cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#307cae Color CSS Codes

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

#307cae Text Font Color

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

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


#307cae Background Color

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

This div background color is #307cae


#307cae Border Color

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

This div border color is #307cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307cae


Comments

No comments written yet.

Please login to write comment.