Color Hex Logo

#3098ad Color Hex

#3098AD
(48,152,173)
0 Favorites   0 Comments

Color spaces of #3098ad

RGB 48152173
HSL0.530.570.43
HSV190°72°68°
CMYK 0.720.120.00   0.32
XYZ19.990026.102043.5198
Yxy26.10200.22310.2913
Hunter Lab51.0901-19.5661-14.7416
CIE-Lab58.1337-22.1964-19.5068

#3098ad color RGB value is (48,152,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110000 10011000 10101101
Octal 60 230 255
Decimal 48 152 173
Hex 30 98 AD

RGB Percentages of Color #3098ad

%12.87
%40.75
%46.38

CMYK Percentages of Color #3098ad

%72
%12
%0
%32

Triadic Colors of #3098ad

#3098ad #ad3098 #98ad30

Analogous Colors of #3098ad

#3098ad #305aad #30ad84

Monochromatic Colors of #3098ad

#3098ad

Complementary Color

#3098ad #ad4530

#3098ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3098ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#3098ad Color CSS Codes

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

#3098ad Text Font Color

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

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


#3098ad Background Color

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

This div background color is #3098ad


#3098ad Border Color

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

This div border color is #3098ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3098ad


Comments

No comments written yet.

Please login to write comment.