Color Hex Logo

#0bcabd Color Hex

#0BCABD
(11,202,189)
0 Favorites   0 Comments

Color spaces of #0bcabd

RGB 11202189
HSL0.490.900.42
HSV176°95°79°
CMYK 0.950.000.06   0.21
XYZ30.443845.986355.4158
Yxy45.98630.23090.3488
Hunter Lab67.8132-38.5380-0.9815
CIE-Lab73.5366-43.8309-5.3079

#0bcabd color RGB value is (11,202,189).

#0bcabd hex color red value is 11, green value is 202 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #0bcabd hue: 0.49 , saturation: 0.90 and the lightness value of 0bcabd is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001010 10111101
Octal 13 312 275
Decimal 11 202 189
Hex B CA BD

RGB Percentages of Color #0bcabd

%2.74
%50.25
%47.01

CMYK Percentages of Color #0bcabd

%95
%0
%6
%21

Triadic Colors of #0bcabd

#0bcabd #bd0bca #cabd0b

Analogous Colors of #0bcabd

#0bcabd #0b78ca #0bca5e

Monochromatic Colors of #0bcabd

#0bcabd

Complementary Color

#0bcabd #ca0b18

#0bcabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcabd Color CSS Codes

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

#0bcabd Text Font Color

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

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


#0bcabd Background Color

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

This div background color is #0bcabd


#0bcabd Border Color

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

This div border color is #0bcabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcabd


Comments

No comments written yet.

Please login to write comment.