Color Hex Logo

#0abebc Color Hex

#0ABEBC
(10,190,188)
0 Favorites   0 Comments

Color spaces of #0abebc

RGB 10190188
HSL0.500.900.39
HSV179°95°75°
CMYK 0.950.000.01   0.25
XYZ27.615740.522353.9430
Yxy40.52230.22620.3319
Hunter Lab63.6571-33.9632-5.6823
CIE-Lab69.8399-38.8361-10.2542

#0abebc color RGB value is (10,190,188).

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

The process color (four color CMYK) of #0abebc color hex is 0.95, 0.00, 0.01, 0.25. Web safe color of #0abebc is #00cccc. Color #0abebc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10111110 10111100
Octal 12 276 274
Decimal 10 190 188
Hex A BE BC

RGB Percentages of Color #0abebc

%2.58
%48.97
%48.45

CMYK Percentages of Color #0abebc

%95
%0
%1
%25

Triadic Colors of #0abebc

#0abebc #bc0abe #bebc0a

Analogous Colors of #0abebc

#0abebc #0a66be #0abe62

Monochromatic Colors of #0abebc

#0abebc

Complementary Color

#0abebc #be0a0c

#0abebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0abebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0abebc Color CSS Codes

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

#0abebc Text Font Color

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

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


#0abebc Background Color

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

This div background color is #0abebc


#0abebc Border Color

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

This div border color is #0abebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0abebc


Comments

No comments written yet.

Please login to write comment.