Color Hex Logo

#7099af Color Hex

#7099AF
(112,153,175)
0 Favorites   0 Comments

Color spaces of #7099af

RGB 112153175
HSL0.560.280.56
HSV201°36°69°
CMYK 0.360.130.00   0.31
XYZ25.811229.322444.8568
Yxy29.32240.25810.2933
Hunter Lab54.1502-9.6790-11.2094
CIE-Lab61.0651-8.3898-15.9462

#7099af color RGB value is (112,153,175).

#7099af hex color red value is 112, green value is 153 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7099af hue: 0.56 , saturation: 0.28 and the lightness value of 7099af is 0.56.

The process color (four color CMYK) of #7099af color hex is 0.36, 0.13, 0.00, 0.31. Web safe color of #7099af is #669999. Color #7099af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 10011001 10101111
Octal 160 231 257
Decimal 112 153 175
Hex 70 99 AF

RGB Percentages of Color #7099af

%25.45
%34.77
%39.77

CMYK Percentages of Color #7099af

%36
%13
%0
%31

Triadic Colors of #7099af

#7099af #af7099 #99af70

Analogous Colors of #7099af

#7099af #707aaf #70afa6

Monochromatic Colors of #7099af

#7099af

Complementary Color

#7099af #af8670

#7099af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7099af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7099af Color CSS Codes

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

#7099af Text Font Color

<p style="color:#7099af">Text here</p>

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


#7099af Background Color

<div style="background-color:#7099af">
Div content here</div>

This div background color is #7099af


#7099af Border Color

<div style="border:3px solid #7099af">
Div here</div>

This div border color is #7099af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(112,153,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7099af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7099af;
  -webkit-box-shadow: 1px 1px 3px 2px #7099af;
  box-shadow:         1px 1px 3px 2px #7099af; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7099af


Comments

No comments written yet.

Please login to write comment.