Color Hex Logo

#097dde Color Hex

#097DDE
(9,125,222)
0 Favorites   0 Comments

Color spaces of #097dde

RGB 9125222
HSL0.580.920.45
HSV207°96°87°
CMYK 0.960.440.00   0.13
XYZ20.631119.999271.8801
Yxy19.99920.18340.1778
Hunter Lab44.72054.0874-63.9937
CIE-Lab51.83638.0930-57.1866

#097dde color RGB value is (9,125,222).

#097dde hex color red value is 9, green value is 125 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #097dde hue: 0.58 , saturation: 0.92 and the lightness value of 097dde is 0.45.

The process color (four color CMYK) of #097dde color hex is 0.96, 0.44, 0.00, 0.13. Web safe color of #097dde is #0066cc. Color #097dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111101 11011110
Octal 11 175 336
Decimal 9 125 222
Hex 9 7D DE

RGB Percentages of Color #097dde

%2.53
%35.11
%62.36

CMYK Percentages of Color #097dde

%96
%44
%0
%13

Triadic Colors of #097dde

#097dde #de097d #7dde09

Analogous Colors of #097dde

#097dde #0912de #09ded5

Monochromatic Colors of #097dde

#097dde

Complementary Color

#097dde #de6a09

#097dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#097dde Color CSS Codes

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

#097dde Text Font Color

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

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


#097dde Background Color

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

This div background color is #097dde


#097dde Border Color

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

This div border color is #097dde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,125,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097dde


Comments

No comments written yet.

Please login to write comment.