Color Hex Logo

#007daf Color Hex

#007DAF
(0,125,175)
0 Favorites   0 Comments

Color spaces of #007daf

RGB 0125175
HSL0.551.000.34
HSV197°100°69°
CMYK 1.000.290.00   0.31
XYZ15.071517.762443.1916
Yxy17.76240.19820.2336
Hunter Lab42.1455-9.9218-31.2599
CIE-Lab49.2066-10.4331-34.5271

#007daf color RGB value is (0,125,175).

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

The process color (four color CMYK) of #007daf color hex is 1.00, 0.29, 0.00, 0.31. Web safe color of #007daf is #006699. Color #007daf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111101 10101111
Octal 0 175 257
Decimal 0 125 175
Hex 0 7D AF

RGB Percentages of Color #007daf

%0.00
%41.67
%58.33

CMYK Percentages of Color #007daf

%100
%29
%0
%31

Triadic Colors of #007daf

#007daf #af007d #7daf00

Analogous Colors of #007daf

#007daf #0026af #00af8a

Monochromatic Colors of #007daf

#007daf

Complementary Color

#007daf #af3200

#007daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#007daf Color CSS Codes

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

#007daf Text Font Color

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

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


#007daf Background Color

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

This div background color is #007daf


#007daf Border Color

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

This div border color is #007daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007daf


Comments

No comments written yet.

Please login to write comment.