Color Hex Logo

#007099 Color Hex

#007099
(0,112,153)
0 Favorites   0 Comments

Color spaces of #007099

RGB 0112153
HSL0.541.000.30
HSV196°100°60°
CMYK 1.000.270.00   0.40
XYZ11.543913.888232.2093
Yxy13.88820.20030.2409
Hunter Lab37.2669-9.9243-25.1568
CIE-Lab44.0722-11.3180-29.6885

#007099 color RGB value is (0,112,153).

#007099 hex color red value is 0, green value is 112 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #007099 hue: 0.54 , saturation: 1.00 and the lightness value of 007099 is 0.30.

The process color (four color CMYK) of #007099 color hex is 1.00, 0.27, 0.00, 0.40. Web safe color of #007099 is #006699. Color #007099 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01110000 10011001
Octal 0 160 231
Decimal 0 112 153
Hex 0 70 99

RGB Percentages of Color #007099

%0.00
%42.26
%57.74

CMYK Percentages of Color #007099

%100
%27
%0
%40

Triadic Colors of #007099

#007099 #990070 #709900

Analogous Colors of #007099

#007099 #002499 #009976

Monochromatic Colors of #007099

#007099

Complementary Color

#007099 #992900

#007099 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007099 Color Preview on White Background

Lorem ipsum dolor sit amet.

#007099 Color CSS Codes

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

#007099 Text Font Color

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

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


#007099 Background Color

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

This div background color is #007099


#007099 Border Color

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

This div border color is #007099


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007099


Comments

No comments written yet.

Please login to write comment.