Color Hex Logo

#095ace Color Hex

#095ACE
(9,90,206)
0 Favorites   0 Comments

Color spaces of #095ace

RGB 990206
HSL0.600.920.42
HSV215°96°81°
CMYK 0.960.560.00   0.19
XYZ14.909411.826659.8895
Yxy11.82660.17210.1365
Hunter Lab34.389817.2049-79.1800
CIE-Lab40.939224.2288-65.6967

#095ace color RGB value is (9,90,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01011010 11001110
Octal 11 132 316
Decimal 9 90 206
Hex 9 5A CE

RGB Percentages of Color #095ace

%2.95
%29.51
%67.54

CMYK Percentages of Color #095ace

%96
%56
%0
%19

Triadic Colors of #095ace

#095ace #ce095a #5ace09

Analogous Colors of #095ace

#095ace #1b09ce #09bdce

Monochromatic Colors of #095ace

#095ace

Complementary Color

#095ace #ce7d09

#095ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#095ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#095ace Color CSS Codes

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

#095ace Text Font Color

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

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


#095ace Background Color

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

This div background color is #095ace


#095ace Border Color

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

This div border color is #095ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #095ace


Comments

No comments written yet.

Please login to write comment.