Color Hex Logo

#007aca Color Hex

#007ACA
(0,122,202)
0 Favorites   0 Comments

Color spaces of #007aca

RGB 0122202
HSL0.571.000.40
HSV204°100°79°
CMYK 1.000.400.00   0.21
XYZ17.620218.183358.4582
Yxy18.18330.18690.1929
Hunter Lab42.6419-0.8647-51.4320
CIE-Lab49.71771.8321-49.2455

#007aca color RGB value is (0,122,202).

#007aca hex color red value is 0, green value is 122 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #007aca hue: 0.57 , saturation: 1.00 and the lightness value of 007aca is 0.40.

The process color (four color CMYK) of #007aca color hex is 1.00, 0.40, 0.00, 0.21. Web safe color of #007aca is #0066cc. Color #007aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01111010 11001010
Octal 0 172 312
Decimal 0 122 202
Hex 0 7A CA

RGB Percentages of Color #007aca

%0.00
%37.65
%62.35

CMYK Percentages of Color #007aca

%100
%40
%0
%21

Triadic Colors of #007aca

#007aca #ca007a #7aca00

Analogous Colors of #007aca

#007aca #0015ca #00cab5

Monochromatic Colors of #007aca

#007aca

Complementary Color

#007aca #ca5000

#007aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#007aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#007aca Color CSS Codes

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

#007aca Text Font Color

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

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


#007aca Background Color

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

This div background color is #007aca


#007aca Border Color

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

This div border color is #007aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #007aca


Comments

No comments written yet.

Please login to write comment.