Color Hex Logo

#007dac Color Hex

#007DAC
(0,125,172)
0 Favorites   0 Comments

Color spaces of #007dac

RGB 0125172
HSL0.551.000.34
HSV196°100°67°
CMYK 1.000.270.00   0.33
XYZ14.780017.645841.6567
Yxy17.64580.19950.2382
Hunter Lab42.0069-10.7074-29.3909
CIE-Lab49.0637-11.5729-33.0118

#007dac color RGB value is (0,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111101 10101100
Octal 0 175 254
Decimal 0 125 172
Hex 0 7D AC

RGB Percentages of Color #007dac

%0.00
%42.09
%57.91

CMYK Percentages of Color #007dac

%100
%27
%0
%33

Triadic Colors of #007dac

#007dac #ac007d #7dac00

Analogous Colors of #007dac

#007dac #0027ac #00ac85

Monochromatic Colors of #007dac

#007dac

Complementary Color

#007dac #ac2f00

#007dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#007dac Color CSS Codes

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

#007dac Text Font Color

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

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


#007dac Background Color

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

This div background color is #007dac


#007dac Border Color

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

This div border color is #007dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,125,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 #007dac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007dac


Comments

No comments written yet.

Please login to write comment.