Color Hex Logo

#0beabc Color Hex

#0BEABC
(11,234,188)
0 Favorites   0 Comments

Color spaces of #0beabc

RGB 11234188
HSL0.470.910.48
HSV168°95°92°
CMYK 0.950.000.20   0.08
XYZ38.637962.547657.6134
Yxy62.54760.24330.3939
Hunter Lab79.0870-51.196312.1693
CIE-Lab83.2038-57.21049.2760

#0beabc color RGB value is (11,234,188).

#0beabc hex color red value is 11, green value is 234 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #0beabc hue: 0.47 , saturation: 0.91 and the lightness value of 0beabc is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101010 10111100
Octal 13 352 274
Decimal 11 234 188
Hex B EA BC

RGB Percentages of Color #0beabc

%2.54
%54.04
%43.42

CMYK Percentages of Color #0beabc

%95
%0
%20
%8

Triadic Colors of #0beabc

#0beabc #bc0bea #eabc0b

Analogous Colors of #0beabc

#0beabc #0ba9ea #0bea4c

Monochromatic Colors of #0beabc

#0beabc

Complementary Color

#0beabc #ea0b39

#0beabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beabc Color CSS Codes

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

#0beabc Text Font Color

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

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


#0beabc Background Color

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

This div background color is #0beabc


#0beabc Border Color

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

This div border color is #0beabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beabc


Comments

No comments written yet.

Please login to write comment.