Color Hex Logo

#7299af Color Hex

#7299AF
(114,153,175)
0 Favorites   0 Comments

Color spaces of #7299af

RGB 114153175
HSL0.560.280.57
HSV202°35°69°
CMYK 0.350.130.00   0.31
XYZ26.068529.455044.8689
Yxy29.45500.25970.2934
Hunter Lab54.2725-9.2385-11.0263
CIE-Lab61.1811-7.8175-15.7596

#7299af color RGB value is (114,153,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110010 10011001 10101111
Octal 162 231 257
Decimal 114 153 175
Hex 72 99 AF

RGB Percentages of Color #7299af

%25.79
%34.62
%39.59

CMYK Percentages of Color #7299af

%35
%13
%0
%31

Triadic Colors of #7299af

#7299af #af7299 #99af72

Analogous Colors of #7299af

#7299af #727baf #72afa7

Monochromatic Colors of #7299af

#7299af

Complementary Color

#7299af #af8872

#7299af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7299af Color Preview on White Background

Lorem ipsum dolor sit amet.

#7299af Color CSS Codes

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

#7299af Text Font Color

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

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


#7299af Background Color

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

This div background color is #7299af


#7299af Border Color

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

This div border color is #7299af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7299af


Comments

No comments written yet.

Please login to write comment.