Color Hex Logo

#0bccad Color Hex

#0BCCAD
(11,204,173)
0 Favorites   0 Comments

Color spaces of #0bccad

RGB 11204173
HSL0.470.900.42
HSV170°95°80°
CMYK 0.950.000.15   0.20
XYZ29.273746.274046.9241
Yxy46.27400.23900.3778
Hunter Lab68.0250-42.22856.7189
CIE-Lab73.7230-49.07433.6258

#0bccad color RGB value is (11,204,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001100 10101101
Octal 13 314 255
Decimal 11 204 173
Hex B CC AD

RGB Percentages of Color #0bccad

%2.84
%52.58
%44.59

CMYK Percentages of Color #0bccad

%95
%0
%15
%20

Triadic Colors of #0bccad

#0bccad #ad0bcc #ccad0b

Analogous Colors of #0bccad

#0bccad #0b8bcc #0bcc4d

Monochromatic Colors of #0bccad

#0bccad

Complementary Color

#0bccad #cc0b2a

#0bccad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bccad Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bccad Color CSS Codes

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

#0bccad Text Font Color

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

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


#0bccad Background Color

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

This div background color is #0bccad


#0bccad Border Color

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

This div border color is #0bccad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,204,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 #0bccad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bccad


Comments

No comments written yet.

Please login to write comment.