Color Hex Logo

#0acbbe Color Hex

#0ACBBE
(10,203,190)
0 Favorites   0 Comments

Color spaces of #0acbbe

RGB 10203190
HSL0.490.910.42
HSV176°95°80°
CMYK 0.950.000.06   0.20
XYZ30.775446.494156.0674
Yxy46.49410.23080.3487
Hunter Lab68.1866-38.7622-1.0214
CIE-Lab73.8650-44.0086-5.3652

#0acbbe color RGB value is (10,203,190).

#0acbbe hex color red value is 10, green value is 203 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #0acbbe hue: 0.49 , saturation: 0.91 and the lightness value of 0acbbe is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001010 11001011 10111110
Octal 12 313 276
Decimal 10 203 190
Hex A CB BE

RGB Percentages of Color #0acbbe

%2.48
%50.37
%47.15

CMYK Percentages of Color #0acbbe

%95
%0
%6
%20

Triadic Colors of #0acbbe

#0acbbe #be0acb #cbbe0a

Analogous Colors of #0acbbe

#0acbbe #0a78cb #0acb5e

Monochromatic Colors of #0acbbe

#0acbbe

Complementary Color

#0acbbe #cb0a17

#0acbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0acbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#0acbbe Color CSS Codes

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

#0acbbe Text Font Color

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

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


#0acbbe Background Color

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

This div background color is #0acbbe


#0acbbe Border Color

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

This div border color is #0acbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0acbbe


Comments

No comments written yet.

Please login to write comment.