Color Hex Logo

#0bebca Color Hex

#0BEBCA
(11,235,202)
0 Favorites   0 Comments

Color spaces of #0bebca

RGB 11235202
HSL0.480.910.48
HSV171°95°92°
CMYK 0.950.000.14   0.08
XYZ40.507063.752166.0476
Yxy63.75210.23780.3743
Hunter Lab79.8449-49.17186.8468
CIE-Lab83.8365-54.05902.8299

#0bebca color RGB value is (11,235,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101011 11001010
Octal 13 353 312
Decimal 11 235 202
Hex B EB CA

RGB Percentages of Color #0bebca

%2.46
%52.46
%45.09

CMYK Percentages of Color #0bebca

%95
%0
%14
%8

Triadic Colors of #0bebca

#0bebca #ca0beb #ebca0b

Analogous Colors of #0bebca

#0bebca #0b9ceb #0beb5a

Monochromatic Colors of #0bebca

#0bebca

Complementary Color

#0bebca #eb0b2c

#0bebca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bebca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bebca Color CSS Codes

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

#0bebca Text Font Color

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

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


#0bebca Background Color

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

This div background color is #0bebca


#0bebca Border Color

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

This div border color is #0bebca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bebca


Comments

No comments written yet.

Please login to write comment.