Color Hex Logo

#3096ad Color Hex

#3096AD
(48,150,173)
0 Favorites   0 Comments

Color spaces of #3096ad

RGB 48150173
HSL0.530.570.43
HSV191°72°68°
CMYK 0.720.130.00   0.32
XYZ19.668125.458243.4125
Yxy25.45820.22210.2875
Hunter Lab50.4561-18.7178-15.6939
CIE-Lab57.5192-21.1521-20.4452

#3096ad color RGB value is (48,150,173).

#3096ad hex color red value is 48, green value is 150 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #3096ad hue: 0.53 , saturation: 0.57 and the lightness value of 3096ad is 0.43.

The process color (four color CMYK) of #3096ad color hex is 0.72, 0.13, 0.00, 0.32. Web safe color of #3096ad is #339999. Color #3096ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010110 10101101
Octal 60 226 255
Decimal 48 150 173
Hex 30 96 AD

RGB Percentages of Color #3096ad

%12.94
%40.43
%46.63

CMYK Percentages of Color #3096ad

%72
%13
%0
%32

Triadic Colors of #3096ad

#3096ad #ad3096 #96ad30

Analogous Colors of #3096ad

#3096ad #3057ad #30ad86

Monochromatic Colors of #3096ad

#3096ad

Complementary Color

#3096ad #ad4730

#3096ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3096ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3096ad Color CSS Codes

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

#3096ad Text Font Color

<p style="color:#3096ad">Text here</p>

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


#3096ad Background Color

<div style="background-color:#3096ad">
Div content here</div>

This div background color is #3096ad


#3096ad Border Color

<div style="border:3px solid #3096ad">
Div here</div>

This div border color is #3096ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(48,150,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #3096ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #3096ad;
  -webkit-box-shadow: 1px 1px 3px 2px #3096ad;
  box-shadow:         1px 1px 3px 2px #3096ad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3096ad


Comments

No comments written yet.

Please login to write comment.