Color Hex Logo

#0bcd9e Color Hex

#0BCD9E
(11,205,158)
0 Favorites   0 Comments

Color spaces of #0bcd9e

RGB 11205158
HSL0.460.900.42
HSV165°95°80°
CMYK 0.950.000.23   0.20
XYZ28.140946.202439.7825
Yxy46.20240.24660.4048
Hunter Lab67.9723-45.051712.8797
CIE-Lab73.6767-53.287611.6354

#0bcd9e color RGB value is (11,205,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001011 11001101 10011110
Octal 13 315 236
Decimal 11 205 158
Hex B CD 9E

RGB Percentages of Color #0bcd9e

%2.94
%54.81
%42.25

CMYK Percentages of Color #0bcd9e

%95
%0
%23
%20

Triadic Colors of #0bcd9e

#0bcd9e #9e0bcd #cd9e0b

Analogous Colors of #0bcd9e

#0bcd9e #0b9bcd #0bcd3d

Monochromatic Colors of #0bcd9e

#0bcd9e

Complementary Color

#0bcd9e #cd0b3a

#0bcd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0bcd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#0bcd9e Color CSS Codes

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

#0bcd9e Text Font Color

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

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


#0bcd9e Background Color

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

This div background color is #0bcd9e


#0bcd9e Border Color

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

This div border color is #0bcd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0bcd9e


Comments

No comments written yet.

Please login to write comment.