Color Hex Logo

#0ab9de Color Hex

#0AB9DE
(10,185,222)
0 Favorites   0 Comments

Color spaces of #0ab9de

RGB 10185222
HSL0.530.910.45
HSV190°95°87°
CMYK 0.950.170.00   0.13
XYZ30.659040.036475.2191
Yxy40.03640.21010.2744
Hunter Lab63.2743-24.2395-26.1906
CIE-Lab69.4954-25.6077-29.3956

#0ab9de color RGB value is (10,185,222).

#0ab9de hex color red value is 10, green value is 185 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #0ab9de hue: 0.53 , saturation: 0.91 and the lightness value of 0ab9de is 0.45.

The process color (four color CMYK) of #0ab9de color hex is 0.95, 0.17, 0.00, 0.13. Web safe color of #0ab9de is #00cccc. Color #0ab9de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111001 11011110
Octal 12 271 336
Decimal 10 185 222
Hex A B9 DE

RGB Percentages of Color #0ab9de

%2.40
%44.36
%53.24

CMYK Percentages of Color #0ab9de

%95
%17
%0
%13

Triadic Colors of #0ab9de

#0ab9de #de0ab9 #b9de0a

Analogous Colors of #0ab9de

#0ab9de #0a4fde #0ade99

Monochromatic Colors of #0ab9de

#0ab9de

Complementary Color

#0ab9de #de2f0a

#0ab9de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ab9de Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ab9de Color CSS Codes

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

#0ab9de Text Font Color

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

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


#0ab9de Background Color

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

This div background color is #0ab9de


#0ab9de Border Color

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

This div border color is #0ab9de


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,185,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 #0ab9de">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ab9de


Comments

No comments written yet.

Please login to write comment.