Color Hex Logo

#7098ad Color Hex

#7098AD
(112,152,173)
0 Favorites   0 Comments

Color spaces of #7098ad

RGB 112152173
HSL0.560.270.56
HSV201°35°68°
CMYK 0.350.120.00   0.32
XYZ25.453228.918343.7754
Yxy28.91830.25930.2946
Hunter Lab53.7757-9.6197-10.6212
CIE-Lab60.7095-8.3608-15.3538

#7098ad color RGB value is (112,152,173).

#7098ad hex color red value is 112, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #7098ad hue: 0.56 , saturation: 0.27 and the lightness value of 7098ad is 0.56.

The process color (four color CMYK) of #7098ad color hex is 0.35, 0.12, 0.00, 0.32. Web safe color of #7098ad is #669999. Color #7098ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011000 10101101
Octal 160 230 255
Decimal 112 152 173
Hex 70 98 AD

RGB Percentages of Color #7098ad

%25.63
%34.78
%39.59

CMYK Percentages of Color #7098ad

%35
%12
%0
%32

Triadic Colors of #7098ad

#7098ad #ad7098 #98ad70

Analogous Colors of #7098ad

#7098ad #707aad #70ada4

Monochromatic Colors of #7098ad

#7098ad

Complementary Color

#7098ad #ad8570

#7098ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7098ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7098ad Color CSS Codes

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

#7098ad Text Font Color

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

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


#7098ad Background Color

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

This div background color is #7098ad


#7098ad Border Color

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

This div border color is #7098ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7098ad


Comments

No comments written yet.

Please login to write comment.