Color Hex Logo

#0beebc Color Hex

#0BEEBC
(11,238,188)
0 Favorites   0 Comments

Color spaces of #0beebc

RGB 11238188
HSL0.460.910.49
HSV167°95°93°
CMYK 0.950.000.21   0.07
XYZ39.789664.851157.9973
Yxy64.85110.24470.3987
Hunter Lab80.5302-52.731813.6709
CIE-Lab84.4069-58.752310.9920

#0beebc color RGB value is (11,238,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101110 10111100
Octal 13 356 274
Decimal 11 238 188
Hex B EE BC

RGB Percentages of Color #0beebc

%2.52
%54.46
%43.02

CMYK Percentages of Color #0beebc

%95
%0
%21
%7

Triadic Colors of #0beebc

#0beebc #bc0bee #eebc0b

Analogous Colors of #0beebc

#0beebc #0bafee #0bee4b

Monochromatic Colors of #0beebc

#0beebc

Complementary Color

#0beebc #ee0b3d

#0beebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0beebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0beebc Color CSS Codes

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

#0beebc Text Font Color

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

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


#0beebc Background Color

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

This div background color is #0beebc


#0beebc Border Color

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

This div border color is #0beebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0beebc


Comments

No comments written yet.

Please login to write comment.