Color Hex Logo

#0992da Color Hex

#0992DA
(9,146,218)
0 Favorites   0 Comments

Color spaces of #0992da

RGB 9146218
HSL0.560.920.45
HSV201°96°85°
CMYK 0.960.330.00   0.15
XYZ23.046425.677870.0713
Yxy25.67780.19400.2162
Hunter Lab50.6733-7.4957-46.5153
CIE-Lab57.7299-6.0143-45.5520

#0992da color RGB value is (9,146,218).

#0992da hex color red value is 9, green value is 146 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #0992da hue: 0.56 , saturation: 0.92 and the lightness value of 0992da is 0.45.

The process color (four color CMYK) of #0992da color hex is 0.96, 0.33, 0.00, 0.15. Web safe color of #0992da is #0099cc. Color #0992da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010010 11011010
Octal 11 222 332
Decimal 9 146 218
Hex 9 92 DA

RGB Percentages of Color #0992da

%2.41
%39.14
%58.45

CMYK Percentages of Color #0992da

%96
%33
%0
%15

Triadic Colors of #0992da

#0992da #da0992 #92da09

Analogous Colors of #0992da

#0992da #0929da #09daba

Monochromatic Colors of #0992da

#0992da

Complementary Color

#0992da #da5109

#0992da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0992da Color Preview on White Background

Lorem ipsum dolor sit amet.

#0992da Color CSS Codes

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

#0992da Text Font Color

<p style="color:#0992da">Text here</p>

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


#0992da Background Color

<div style="background-color:#0992da">
Div content here</div>

This div background color is #0992da


#0992da Border Color

<div style="border:3px solid #0992da">
Div here</div>

This div border color is #0992da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,146,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0992da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0992da;
  -webkit-box-shadow: 1px 1px 3px 2px #0992da;
  box-shadow:         1px 1px 3px 2px #0992da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0992da


Comments

No comments written yet.

Please login to write comment.