Color Hex Logo

#095bde Color Hex

#095BDE
(9,91,222)
0 Favorites   0 Comments

Color spaces of #095bde

RGB 991222
HSL0.600.920.45
HSV217°96°87°
CMYK 0.960.590.00   0.13
XYZ17.038612.814270.6826
Yxy12.81420.16950.1275
Hunter Lab35.796922.3177-92.0129
CIE-Lab42.481929.8487-72.3423

#095bde color RGB value is (9,91,222).

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

The process color (four color CMYK) of #095bde color hex is 0.96, 0.59, 0.00, 0.13. Web safe color of #095bde is #0066cc. Color #095bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011011 11011110
Octal 11 133 336
Decimal 9 91 222
Hex 9 5B DE

RGB Percentages of Color #095bde

%2.80
%28.26
%68.94

CMYK Percentages of Color #095bde

%96
%59
%0
%13

Triadic Colors of #095bde

#095bde #de095b #5bde09

Analogous Colors of #095bde

#095bde #2109de #09c6de

Monochromatic Colors of #095bde

#095bde

Complementary Color

#095bde #de8c09

#095bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#095bde Color CSS Codes

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

#095bde Text Font Color

<p style="color:#095bde">Text here</p>

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


#095bde Background Color

<div style="background-color:#095bde">
Div content here</div>

This div background color is #095bde


#095bde Border Color

<div style="border:3px solid #095bde">
Div here</div>

This div border color is #095bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095bde


Comments

No comments written yet.

Please login to write comment.