Color Hex Logo

#099fde Color Hex

#099FDE
(9,159,222)
0 Favorites   0 Comments

Color spaces of #099fde

RGB 9159222
HSL0.550.920.45
HSV198°96°87°
CMYK 0.960.280.00   0.13
XYZ25.695630.128373.5683
Yxy30.12830.19860.2328
Hunter Lab54.8893-12.4940-41.0442
CIE-Lab61.7648-11.8897-41.4214

#099fde color RGB value is (9,159,222).

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

The process color (four color CMYK) of #099fde color hex is 0.96, 0.28, 0.00, 0.13. Web safe color of #099fde is #0099cc. Color #099fde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011111 11011110
Octal 11 237 336
Decimal 9 159 222
Hex 9 9F DE

RGB Percentages of Color #099fde

%2.31
%40.77
%56.92

CMYK Percentages of Color #099fde

%96
%28
%0
%13

Triadic Colors of #099fde

#099fde #de099f #9fde09

Analogous Colors of #099fde

#099fde #0934de #09deb3

Monochromatic Colors of #099fde

#099fde

Complementary Color

#099fde #de4809

#099fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#099fde Color CSS Codes

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

#099fde Text Font Color

<p style="color:#099fde">Text here</p>

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


#099fde Background Color

<div style="background-color:#099fde">
Div content here</div>

This div background color is #099fde


#099fde Border Color

<div style="border:3px solid #099fde">
Div here</div>

This div border color is #099fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099fde


Comments

No comments written yet.

Please login to write comment.