Color Hex Logo

#0997dd Color Hex

#0997DD
(9,151,221)
0 Favorites   0 Comments

Color spaces of #0997dd

RGB 9151221
HSL0.560.920.45
HSV200°96°87°
CMYK 0.960.320.00   0.13
XYZ24.230427.411872.4205
Yxy27.41180.19530.2210
Hunter Lab52.3563-9.0140-45.3620
CIE-Lab59.3536-7.7623-44.6611

#0997dd color RGB value is (9,151,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010111 11011101
Octal 11 227 335
Decimal 9 151 221
Hex 9 97 DD

RGB Percentages of Color #0997dd

%2.36
%39.63
%58.01

CMYK Percentages of Color #0997dd

%96
%32
%0
%13

Triadic Colors of #0997dd

#0997dd #dd0997 #97dd09

Analogous Colors of #0997dd

#0997dd #092ddd #09ddb9

Monochromatic Colors of #0997dd

#0997dd

Complementary Color

#0997dd #dd4f09

#0997dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0997dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0997dd Color CSS Codes

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

#0997dd Text Font Color

<p style="color:#0997dd">Text here</p>

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


#0997dd Background Color

<div style="background-color:#0997dd">
Div content here</div>

This div background color is #0997dd


#0997dd Border Color

<div style="border:3px solid #0997dd">
Div here</div>

This div border color is #0997dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,151,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0997dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0997dd;
  -webkit-box-shadow: 1px 1px 3px 2px #0997dd;
  box-shadow:         1px 1px 3px 2px #0997dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0997dd


Comments

No comments written yet.

Please login to write comment.