Color Hex Logo

#0becad Color Hex

#0BECAD
(11,236,173)
0 Favorites   0 Comments

Color spaces of #0becad

RGB 11236173
HSL0.450.910.48
HSV163°95°93°
CMYK 0.950.000.27   0.07
XYZ37.676363.079249.7249
Yxy63.07920.25040.4192
Hunter Lab79.4224-54.312618.4753
CIE-Lab83.4840-61.517017.5074

#0becad color RGB value is (11,236,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11101100 10101101
Octal 13 354 255
Decimal 11 236 173
Hex B EC AD

RGB Percentages of Color #0becad

%2.62
%56.19
%41.19

CMYK Percentages of Color #0becad

%95
%0
%27
%7

Triadic Colors of #0becad

#0becad #ad0bec #ecad0b

Analogous Colors of #0becad

#0becad #0bbbec #0bec3d

Monochromatic Colors of #0becad

#0becad

Complementary Color

#0becad #ec0b4a

#0becad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0becad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0becad Color CSS Codes

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

#0becad Text Font Color

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

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


#0becad Background Color

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

This div background color is #0becad


#0becad Border Color

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

This div border color is #0becad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0becad


Comments

No comments written yet.

Please login to write comment.