Color Hex Logo

#091ddf Color Hex

#091DDF
(9,29,223)
0 Favorites   0 Comments

Color spaces of #091ddf

RGB 929223
HSL0.650.920.45
HSV234°96°87°
CMYK 0.960.870.00   0.13
XYZ13.87136.264570.2901
Yxy6.26450.15340.0693
Hunter Lab25.029055.1257-148.9867
CIE-Lab30.070264.6682-93.4207

#091ddf color RGB value is (9,29,223).

#091ddf hex color red value is 9, green value is 29 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #091ddf hue: 0.65 , saturation: 0.92 and the lightness value of 091ddf is 0.45.

The process color (four color CMYK) of #091ddf color hex is 0.96, 0.87, 0.00, 0.13. Web safe color of #091ddf is #0033cc. Color #091ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 00011101 11011111
Octal 11 35 337
Decimal 9 29 223
Hex 9 1D DF

RGB Percentages of Color #091ddf

%3.45
%11.11
%85.44

CMYK Percentages of Color #091ddf

%96
%87
%0
%13

Triadic Colors of #091ddf

#091ddf #df091d #1ddf09

Analogous Colors of #091ddf

#091ddf #6009df #0988df

Monochromatic Colors of #091ddf

#091ddf

Complementary Color

#091ddf #dfcb09

#091ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#091ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#091ddf Color CSS Codes

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

#091ddf Text Font Color

<p style="color:#091ddf">Text here</p>

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


#091ddf Background Color

<div style="background-color:#091ddf">
Div content here</div>

This div background color is #091ddf


#091ddf Border Color

<div style="border:3px solid #091ddf">
Div here</div>

This div border color is #091ddf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,29,223, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #091ddf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #091ddf;
  -webkit-box-shadow: 1px 1px 3px 2px #091ddf;
  box-shadow:         1px 1px 3px 2px #091ddf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #091ddf


Comments

No comments written yet.

Please login to write comment.