Color Hex Logo

#7095ba Color Hex

#7095BA
(112,149,186)
0 Favorites   0 Comments

Color spaces of #7095ba

RGB 112149186
HSL0.580.350.58
HSV210°40°73°
CMYK 0.400.200.00   0.27
XYZ26.292528.484850.5667
Yxy28.48480.24960.2704
Hunter Lab53.3712-5.4642-18.8147
CIE-Lab60.3242-3.1962-23.2875

#7095ba color RGB value is (112,149,186).

#7095ba hex color red value is 112, green value is 149 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7095ba hue: 0.58 , saturation: 0.35 and the lightness value of 7095ba is 0.58.

The process color (four color CMYK) of #7095ba color hex is 0.40, 0.20, 0.00, 0.27. Web safe color of #7095ba is #6699cc. Color #7095ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10010101 10111010
Octal 160 225 272
Decimal 112 149 186
Hex 70 95 BA

RGB Percentages of Color #7095ba

%25.06
%33.33
%41.61

CMYK Percentages of Color #7095ba

%40
%20
%0
%27

Triadic Colors of #7095ba

#7095ba #ba7095 #95ba70

Analogous Colors of #7095ba

#7095ba #7070ba #70baba

Monochromatic Colors of #7095ba

#7095ba

Complementary Color

#7095ba #ba9570

#7095ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7095ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7095ba Color CSS Codes

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

#7095ba Text Font Color

<p style="color:#7095ba">Text here</p>

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


#7095ba Background Color

<div style="background-color:#7095ba">
Div content here</div>

This div background color is #7095ba


#7095ba Border Color

<div style="border:3px solid #7095ba">
Div here</div>

This div border color is #7095ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,149,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7095ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7095ba;
  -webkit-box-shadow: 1px 1px 3px 2px #7095ba;
  box-shadow:         1px 1px 3px 2px #7095ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,149,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7095ba


Comments

No comments written yet.

Please login to write comment.