Color Hex Logo

#099dec Color Hex

#099DEC
(9,157,236)
0 Favorites   0 Comments

Color spaces of #099dec

RGB 9157236
HSL0.560.930.48
HSV201°96°93°
CMYK 0.960.330.00   0.07
XYZ27.310030.228183.7521
Yxy30.22810.19330.2139
Hunter Lab54.9801-7.5497-51.8314
CIE-Lab61.8505-5.6256-49.0240

#099dec color RGB value is (9,157,236).

#099dec hex color red value is 9, green value is 157 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #099dec hue: 0.56 , saturation: 0.93 and the lightness value of 099dec is 0.48.

The process color (four color CMYK) of #099dec color hex is 0.96, 0.33, 0.00, 0.07. Web safe color of #099dec is #0099ff. Color #099dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011101 11101100
Octal 11 235 354
Decimal 9 157 236
Hex 9 9D EC

RGB Percentages of Color #099dec

%2.24
%39.05
%58.71

CMYK Percentages of Color #099dec

%96
%33
%0
%7

Triadic Colors of #099dec

#099dec #ec099d #9dec09

Analogous Colors of #099dec

#099dec #092cec #09ecca

Monochromatic Colors of #099dec

#099dec

Complementary Color

#099dec #ec5809

#099dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#099dec Color CSS Codes

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

#099dec Text Font Color

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

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


#099dec Background Color

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

This div background color is #099dec


#099dec Border Color

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

This div border color is #099dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099dec


Comments

No comments written yet.

Please login to write comment.