Color Hex Logo

#007cad Color Hex

#007CAD
(0,124,173)
0 Favorites   0 Comments

Color spaces of #007cad

RGB 0124173
HSL0.551.000.34
HSV197°100°68°
CMYK 1.000.280.00   0.32
XYZ14.750517.432442.1225
Yxy17.43240.19850.2346
Hunter Lab41.7521-10.0044-30.5895
CIE-Lab48.8003-10.6167-34.0050

#007cad color RGB value is (0,124,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111100 10101101
Octal 0 174 255
Decimal 0 124 173
Hex 0 7C AD

RGB Percentages of Color #007cad

%0.00
%41.75
%58.25

CMYK Percentages of Color #007cad

%100
%28
%0
%32

Triadic Colors of #007cad

#007cad #ad007c #7cad00

Analogous Colors of #007cad

#007cad #0025ad #00ad88

Monochromatic Colors of #007cad

#007cad

Complementary Color

#007cad #ad3100

#007cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#007cad Color CSS Codes

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

#007cad Text Font Color

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

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


#007cad Background Color

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

This div background color is #007cad


#007cad Border Color

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

This div border color is #007cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007cad


Comments

No comments written yet.

Please login to write comment.