Color Hex Logo

#0abbe5 Color Hex

#0ABBE5
(10,187,229)
0 Favorites   0 Comments

Color spaces of #0abbe5

RGB 10187229
HSL0.530.920.47
HSV192°96°90°
CMYK 0.960.180.00   0.10
XYZ32.038441.262380.4046
Yxy41.26230.20840.2685
Hunter Lab64.2357-23.3834-29.2489
CIE-Lab70.3593-24.2638-31.8791

#0abbe5 color RGB value is (10,187,229).

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

The process color (four color CMYK) of #0abbe5 color hex is 0.96, 0.18, 0.00, 0.10. Web safe color of #0abbe5 is #00cccc. Color #0abbe5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111011 11100101
Octal 12 273 345
Decimal 10 187 229
Hex A BB E5

RGB Percentages of Color #0abbe5

%2.35
%43.90
%53.76

CMYK Percentages of Color #0abbe5

%96
%18
%0
%10

Triadic Colors of #0abbe5

#0abbe5 #e50abb #bbe50a

Analogous Colors of #0abbe5

#0abbe5 #0a4de5 #0ae5a2

Monochromatic Colors of #0abbe5

#0abbe5

Complementary Color

#0abbe5 #e5340a

#0abbe5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abbe5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abbe5 Color CSS Codes

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

#0abbe5 Text Font Color

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

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


#0abbe5 Background Color

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

This div background color is #0abbe5


#0abbe5 Border Color

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

This div border color is #0abbe5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abbe5


Comments

No comments written yet.

Please login to write comment.