Color Hex Logo

#0bebea Color Hex

#0BEBEA
(11,235,234)
0 Favorites   0 Comments

Color spaces of #0bebea

RGB 11235234
HSL0.500.910.48
HSV180°95°92°
CMYK 0.950.000.00   0.08
XYZ44.697665.428388.1150
Yxy65.42830.22550.3300
Hunter Lab80.8878-42.9166-7.9661
CIE-Lab84.7040-45.2458-12.7499

#0bebea color RGB value is (11,235,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 11101010
Octal 13 353 352
Decimal 11 235 234
Hex B EB EA

RGB Percentages of Color #0bebea

%2.29
%48.96
%48.75

CMYK Percentages of Color #0bebea

%95
%0
%0
%8

Triadic Colors of #0bebea

#0bebea #ea0beb #ebea0b

Analogous Colors of #0bebea

#0bebea #0b7ceb #0beb7a

Monochromatic Colors of #0bebea

#0bebea

Complementary Color

#0bebea #eb0b0c

#0bebea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebea Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebea Color CSS Codes

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

#0bebea Text Font Color

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

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


#0bebea Background Color

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

This div background color is #0bebea


#0bebea Border Color

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

This div border color is #0bebea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebea


Comments

No comments written yet.

Please login to write comment.