Color Hex Logo

#0abbe9 Color Hex

#0ABBE9
(10,187,233)
0 Favorites   0 Comments

Color spaces of #0abbe9

RGB 10187233
HSL0.530.920.48
HSV192°96°91°
CMYK 0.960.200.00   0.09
XYZ32.603541.488483.3805
Yxy41.48840.20700.2635
Hunter Lab64.4115-22.3678-31.6627
CIE-Lab70.5168-22.9085-33.8109

#0abbe9 color RGB value is (10,187,233).

#0abbe9 hex color red value is 10, green value is 187 and the blue value of its RGB is 233. Cylindrical-coordinate representations (also known as HSL) of color #0abbe9 hue: 0.53 , saturation: 0.92 and the lightness value of 0abbe9 is 0.48.

The process color (four color CMYK) of #0abbe9 color hex is 0.96, 0.20, 0.00, 0.09. Web safe color of #0abbe9 is #00ccff. Color #0abbe9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111011 11101001
Octal 12 273 351
Decimal 10 187 233
Hex A BB E9

RGB Percentages of Color #0abbe9

%2.33
%43.49
%54.19

CMYK Percentages of Color #0abbe9

%96
%20
%0
%9

Triadic Colors of #0abbe9

#0abbe9 #e90abb #bbe90a

Analogous Colors of #0abbe9

#0abbe9 #0a4ce9 #0ae9a8

Monochromatic Colors of #0abbe9

#0abbe9

Complementary Color

#0abbe9 #e9380a

#0abbe9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abbe9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abbe9 Color CSS Codes

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

#0abbe9 Text Font Color

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

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


#0abbe9 Background Color

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

This div background color is #0abbe9


#0abbe9 Border Color

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

This div border color is #0abbe9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abbe9


Comments

No comments written yet.

Please login to write comment.