Color Hex Logo

#307eab Color Hex

#307EAB
(48,126,171)
0 Favorites   0 Comments

Color spaces of #307eab

RGB 48126171
HSL0.560.560.43
HSV202°72°67°
CMYK 0.720.260.00   0.33
XYZ16.030518.490441.2522
Yxy18.49040.21160.2440
Hunter Lab43.0005-8.7063-26.7791
CIE-Lab50.0856-8.5992-30.7784

#307eab color RGB value is (48,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 01111110 10101011
Octal 60 176 253
Decimal 48 126 171
Hex 30 7E AB

RGB Percentages of Color #307eab

%13.91
%36.52
%49.57

CMYK Percentages of Color #307eab

%72
%26
%0
%33

Triadic Colors of #307eab

#307eab #ab307e #7eab30

Analogous Colors of #307eab

#307eab #3041ab #30ab9b

Monochromatic Colors of #307eab

#307eab

Complementary Color

#307eab #ab5d30

#307eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#307eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#307eab Color CSS Codes

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

#307eab Text Font Color

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

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


#307eab Background Color

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

This div background color is #307eab


#307eab Border Color

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

This div border color is #307eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #307eab


Comments

No comments written yet.

Please login to write comment.