Color Hex Logo

#007fac Color Hex

#007FAC
(0,127,172)
0 Favorites   0 Comments

Color spaces of #007fac

RGB 0127172
HSL0.541.000.34
HSV196°100°67°
CMYK 1.000.260.00   0.33
XYZ15.035818.157341.7420
Yxy18.15730.20070.2423
Hunter Lab42.6114-11.5846-28.2524
CIE-Lab49.6863-12.7146-32.0372

#007fac color RGB value is (0,127,172).

#007fac hex color red value is 0, green value is 127 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #007fac hue: 0.54 , saturation: 1.00 and the lightness value of 007fac is 0.34.

The process color (four color CMYK) of #007fac color hex is 1.00, 0.26, 0.00, 0.33. Web safe color of #007fac is #006699. Color #007fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 10101100
Octal 0 177 254
Decimal 0 127 172
Hex 0 7F AC

RGB Percentages of Color #007fac

%0.00
%42.47
%57.53

CMYK Percentages of Color #007fac

%100
%26
%0
%33

Triadic Colors of #007fac

#007fac #ac007f #7fac00

Analogous Colors of #007fac

#007fac #0029ac #00ac83

Monochromatic Colors of #007fac

#007fac

Complementary Color

#007fac #ac2d00

#007fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#007fac Color CSS Codes

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

#007fac Text Font Color

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

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


#007fac Background Color

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

This div background color is #007fac


#007fac Border Color

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

This div border color is #007fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,127,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #007fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #007fac;
  -webkit-box-shadow: 1px 1px 3px 2px #007fac;
  box-shadow:         1px 1px 3px 2px #007fac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007fac


Comments

No comments written yet.

Please login to write comment.