Color Hex Logo

#0a95bf Color Hex

#0A95BF
(10,149,191)
0 Favorites   0 Comments

Color spaces of #0a95bf

RGB 10149191
HSL0.540.900.39
HSV194°95°75°
CMYK 0.950.220.00   0.25
XYZ20.276625.321053.1090
Yxy25.32100.20540.2565
Hunter Lab50.3200-16.1328-27.3522
CIE-Lab57.3869-17.5628-30.9052

#0a95bf color RGB value is (10,149,191).

#0a95bf hex color red value is 10, green value is 149 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #0a95bf hue: 0.54 , saturation: 0.90 and the lightness value of 0a95bf is 0.39.

The process color (four color CMYK) of #0a95bf color hex is 0.95, 0.22, 0.00, 0.25. Web safe color of #0a95bf is #0099cc. Color #0a95bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10010101 10111111
Octal 12 225 277
Decimal 10 149 191
Hex A 95 BF

RGB Percentages of Color #0a95bf

%2.86
%42.57
%54.57

CMYK Percentages of Color #0a95bf

%95
%22
%0
%25

Triadic Colors of #0a95bf

#0a95bf #bf0a95 #95bf0a

Analogous Colors of #0a95bf

#0a95bf #0a3bbf #0abf8f

Monochromatic Colors of #0a95bf

#0a95bf

Complementary Color

#0a95bf #bf340a

#0a95bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a95bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a95bf Color CSS Codes

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

#0a95bf Text Font Color

<p style="color:#0a95bf">Text here</p>

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


#0a95bf Background Color

<div style="background-color:#0a95bf">
Div content here</div>

This div background color is #0a95bf


#0a95bf Border Color

<div style="border:3px solid #0a95bf">
Div here</div>

This div border color is #0a95bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,149,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a95bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a95bf;
  -webkit-box-shadow: 1px 1px 3px 2px #0a95bf;
  box-shadow:         1px 1px 3px 2px #0a95bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,149,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a95bf


Comments

No comments written yet.

Please login to write comment.