color codes Logo

#0bccab color codes

#0BCCAB
(11,204,171)
0 Favorites   0 Comments

Color spaces of #0bccab

RGB 11204171
HSL0.470.900.42
HSV170°95°80°
CMYK 0.950.000.16   0.20
XYZ29.081646.197245.9123
Yxy46.19720.24000.3812
Hunter Lab67.9685-42.57047.5280
CIE-Lab73.6733-49.60044.6339

#0bccab color RGB value is (11,204,171).

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

The process color (four color CMYK) of #0bccab color code is 0.95, 0.00, 0.16, 0.20. Web safe color of #0bccab is #00cc99. Color #0bccab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 10101011
Octal 13 314 253
Decimal 11 204 171
Hex B CC AB

RGB Percentages of Color #0bccab

%2.85
%52.85
%44.30

CMYK Percentages of Color #0bccab

%95
%0
%16
%20

Triadic Colors of #0bccab

#0bccab #ab0bcc #ccab0b

Analogous Colors of #0bccab

#0bccab #0b8dcc #0bcc4b

Monochromatic Colors of #0bccab

#0bccab

Complementary Color

#0bccab #cc0b2c

#0bccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bccab Color CSS Codes

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

#0bccab Text Font Color

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

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


#0bccab Background Color

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

This div background color is #0bccab


#0bccab Border Color

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

This div border color is #0bccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bccab


Comments

No comments written yet.

Please login to write comment.