Color Hex Logo

#097eaf Color Hex

#097EAF
(9,126,175)
0 Favorites   0 Comments

Color spaces of #097eaf

RGB 9126175
HSL0.550.900.36
HSV198°95°69°
CMYK 0.950.280.00   0.31
XYZ15.311418.074943.2393
Yxy18.07490.19980.2359
Hunter Lab42.5146-10.1147-30.5405
CIE-Lab49.5868-10.6434-33.9256

#097eaf color RGB value is (9,126,175).

#097eaf hex color red value is 9, green value is 126 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #097eaf hue: 0.55 , saturation: 0.90 and the lightness value of 097eaf is 0.36.

The process color (four color CMYK) of #097eaf color hex is 0.95, 0.28, 0.00, 0.31. Web safe color of #097eaf is #006699. Color #097eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111110 10101111
Octal 11 176 257
Decimal 9 126 175
Hex 9 7E AF

RGB Percentages of Color #097eaf

%2.90
%40.65
%56.45

CMYK Percentages of Color #097eaf

%95
%28
%0
%31

Triadic Colors of #097eaf

#097eaf #af097e #7eaf09

Analogous Colors of #097eaf

#097eaf #092baf #09af8d

Monochromatic Colors of #097eaf

#097eaf

Complementary Color

#097eaf #af3a09

#097eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#097eaf Color CSS Codes

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

#097eaf Text Font Color

<p style="color:#097eaf">Text here</p>

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


#097eaf Background Color

<div style="background-color:#097eaf">
Div content here</div>

This div background color is #097eaf


#097eaf Border Color

<div style="border:3px solid #097eaf">
Div here</div>

This div border color is #097eaf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,126,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #097eaf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #097eaf;
  -webkit-box-shadow: 1px 1px 3px 2px #097eaf;
  box-shadow:         1px 1px 3px 2px #097eaf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,126,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 #097eaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097eaf


Comments

No comments written yet.

Please login to write comment.