Color Hex Logo

#078aad Color Hex

#078AAD
(7,138,173)
0 Favorites   0 Comments

Color spaces of #078aad

RGB 7138173
HSL0.540.920.35
HSV193°96°68°
CMYK 0.960.200.00   0.32
XYZ16.718921.239342.7536
Yxy21.23930.20710.2631
Hunter Lab46.0861-15.8953-22.7424
CIE-Lab53.2104-18.1691-27.1256

#078aad color RGB value is (7,138,173).

#078aad hex color red value is 7, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #078aad hue: 0.54 , saturation: 0.92 and the lightness value of 078aad is 0.35.

The process color (four color CMYK) of #078aad color hex is 0.96, 0.20, 0.00, 0.32. Web safe color of #078aad is #009999. Color #078aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001010 10101101
Octal 7 212 255
Decimal 7 138 173
Hex 7 8A AD

RGB Percentages of Color #078aad

%2.20
%43.40
%54.40

CMYK Percentages of Color #078aad

%96
%20
%0
%32

Triadic Colors of #078aad

#078aad #ad078a #8aad07

Analogous Colors of #078aad

#078aad #0737ad #07ad7d

Monochromatic Colors of #078aad

#078aad

Complementary Color

#078aad #ad2a07

#078aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#078aad Color CSS Codes

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

#078aad Text Font Color

<p style="color:#078aad">Text here</p>

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


#078aad Background Color

<div style="background-color:#078aad">
Div content here</div>

This div background color is #078aad


#078aad Border Color

<div style="border:3px solid #078aad">
Div here</div>

This div border color is #078aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,138,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #078aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #078aad;
  -webkit-box-shadow: 1px 1px 3px 2px #078aad;
  box-shadow:         1px 1px 3px 2px #078aad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,138,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 #078aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078aad


Comments

No comments written yet.

Please login to write comment.