Color Hex Logo

#007fad Color Hex

#007FAD
(0,127,173)
0 Favorites   0 Comments

Color spaces of #007fad

RGB 0127173
HSL0.541.000.34
HSV196°100°68°
CMYK 1.000.270.00   0.32
XYZ15.132218.195942.2498
Yxy18.19590.20020.2408
Hunter Lab42.6567-11.3273-28.8648
CIE-Lab49.7329-12.3384-32.5438

#007fad color RGB value is (0,127,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111111 10101101
Octal 0 177 255
Decimal 0 127 173
Hex 0 7F AD

RGB Percentages of Color #007fad

%0.00
%42.33
%57.67

CMYK Percentages of Color #007fad

%100
%27
%0
%32

Triadic Colors of #007fad

#007fad #ad007f #7fad00

Analogous Colors of #007fad

#007fad #0028ad #00ad85

Monochromatic Colors of #007fad

#007fad

Complementary Color

#007fad #ad2e00

#007fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#007fad Color CSS Codes

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

#007fad Text Font Color

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

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


#007fad Background Color

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

This div background color is #007fad


#007fad Border Color

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

This div border color is #007fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007fad


Comments

No comments written yet.

Please login to write comment.