Color Hex Logo

#078fad Color Hex

#078FAD
(7,143,173)
0 Favorites   0 Comments

Color spaces of #078fad

RGB 7143173
HSL0.530.920.35
HSV191°96°68°
CMYK 0.960.170.00   0.32
XYZ17.452922.707242.9982
Yxy22.70720.20990.2731
Hunter Lab47.6521-18.0143-20.1431
CIE-Lab54.7695-20.8480-24.7163

#078fad color RGB value is (7,143,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 10001111 10101101
Octal 7 217 255
Decimal 7 143 173
Hex 7 8F AD

RGB Percentages of Color #078fad

%2.17
%44.27
%53.56

CMYK Percentages of Color #078fad

%96
%17
%0
%32

Triadic Colors of #078fad

#078fad #ad078f #8fad07

Analogous Colors of #078fad

#078fad #073cad #07ad78

Monochromatic Colors of #078fad

#078fad

Complementary Color

#078fad #ad2507

#078fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#078fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#078fad Color CSS Codes

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

#078fad Text Font Color

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

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


#078fad Background Color

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

This div background color is #078fad


#078fad Border Color

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

This div border color is #078fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #078fad


Comments

No comments written yet.

Please login to write comment.