Color Hex Logo

#0ccbbb Color Hex

#0CCBBB
(12,203,187)
0 Favorites   0 Comments

Color spaces of #0ccbbb

RGB 12203187
HSL0.490.890.42
HSV175°94°80°
CMYK 0.940.000.08   0.20
XYZ30.477246.377954.3592
Yxy46.37790.23230.3535
Hunter Lab68.1013-39.29370.3450
CIE-Lab73.7901-44.7982-3.8496

#0ccbbb color RGB value is (12,203,187).

#0ccbbb hex color red value is 12, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #0ccbbb hue: 0.49 , saturation: 0.89 and the lightness value of 0ccbbb is 0.42.

The process color (four color CMYK) of #0ccbbb color hex is 0.94, 0.00, 0.08, 0.20. Web safe color of #0ccbbb is #00cccc. Color #0ccbbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001011 10111011
Octal 14 313 273
Decimal 12 203 187
Hex C CB BB

RGB Percentages of Color #0ccbbb

%2.99
%50.50
%46.52

CMYK Percentages of Color #0ccbbb

%94
%0
%8
%20

Triadic Colors of #0ccbbb

#0ccbbb #bb0ccb #cbbb0c

Analogous Colors of #0ccbbb

#0ccbbb #0c7ccb #0ccb5c

Monochromatic Colors of #0ccbbb

#0ccbbb

Complementary Color

#0ccbbb #cb0c1c

#0ccbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccbbb Color CSS Codes

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

#0ccbbb Text Font Color

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

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


#0ccbbb Background Color

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

This div background color is #0ccbbb


#0ccbbb Border Color

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

This div border color is #0ccbbb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(12,203,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0ccbbb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0ccbbb;
  -webkit-box-shadow: 1px 1px 3px 2px #0ccbbb;
  box-shadow:         1px 1px 3px 2px #0ccbbb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(12,203,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccbbb


Comments

No comments written yet.

Please login to write comment.