Color Hex Logo

#0beadb Color Hex

#0BEADB
(11,234,219)
0 Favorites   0 Comments

Color spaces of #0beadb

RGB 11234219
HSL0.490.910.48
HSV176°95°92°
CMYK 0.950.000.06   0.08
XYZ42.347064.031377.1452
Yxy64.03130.23070.3489
Hunter Lab80.0196-45.5706-1.1466
CIE-Lab83.9821-49.0732-5.9151

#0beadb color RGB value is (11,234,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101010 11011011
Octal 13 352 333
Decimal 11 234 219
Hex B EA DB

RGB Percentages of Color #0beadb

%2.37
%50.43
%47.20

CMYK Percentages of Color #0beadb

%95
%0
%6
%8

Triadic Colors of #0beadb

#0beadb #db0bea #eadb0b

Analogous Colors of #0beadb

#0beadb #0b8aea #0bea6c

Monochromatic Colors of #0beadb

#0beadb

Complementary Color

#0beadb #ea0b1a

#0beadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beadb Color CSS Codes

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

#0beadb Text Font Color

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

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


#0beadb Background Color

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

This div background color is #0beadb


#0beadb Border Color

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

This div border color is #0beadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,234,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beadb


Comments

No comments written yet.

Please login to write comment.