Color Hex Logo

#3094ab Color Hex

#3094AB
(48,148,171)
0 Favorites   0 Comments

Color spaces of #3094ab

RGB 48148171
HSL0.530.560.43
HSV191°72°67°
CMYK 0.720.130.00   0.33
XYZ19.159524.748542.2952
Yxy24.74850.22230.2871
Hunter Lab49.7479-18.3127-15.5843
CIE-Lab56.8295-20.7511-20.3604

#3094ab color RGB value is (48,148,171).

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

The process color (four color CMYK) of #3094ab color hex is 0.72, 0.13, 0.00, 0.33. Web safe color of #3094ab is #339999. Color #3094ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110000 10010100 10101011
Octal 60 224 253
Decimal 48 148 171
Hex 30 94 AB

RGB Percentages of Color #3094ab

%13.08
%40.33
%46.59

CMYK Percentages of Color #3094ab

%72
%13
%0
%33

Triadic Colors of #3094ab

#3094ab #ab3094 #94ab30

Analogous Colors of #3094ab

#3094ab #3056ab #30ab85

Monochromatic Colors of #3094ab

#3094ab

Complementary Color

#3094ab #ab4730

#3094ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3094ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#3094ab Color CSS Codes

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

#3094ab Text Font Color

<p style="color:#3094ab">Text here</p>

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


#3094ab Background Color

<div style="background-color:#3094ab">
Div content here</div>

This div background color is #3094ab


#3094ab Border Color

<div style="border:3px solid #3094ab">
Div here</div>

This div border color is #3094ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3094ab


Comments

No comments written yet.

Please login to write comment.