Color Hex Logo

#0ccbbc Color Hex

#0CCBBC
(12,203,188)
0 Favorites   0 Comments

Color spaces of #0ccbbc

RGB 12203188
HSL0.490.890.42
HSV175°94°80°
CMYK 0.940.000.07   0.20
XYZ30.584746.420954.9251
Yxy46.42090.23180.3519
Hunter Lab68.1329-39.1043-0.1034
CIE-Lab73.8178-44.5159-4.3504

#0ccbbc color RGB value is (12,203,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001011 10111100
Octal 14 313 274
Decimal 12 203 188
Hex C CB BC

RGB Percentages of Color #0ccbbc

%2.98
%50.37
%46.65

CMYK Percentages of Color #0ccbbc

%94
%0
%7
%20

Triadic Colors of #0ccbbc

#0ccbbc #bc0ccb #cbbc0c

Analogous Colors of #0ccbbc

#0ccbbc #0c7bcb #0ccb5d

Monochromatic Colors of #0ccbbc

#0ccbbc

Complementary Color

#0ccbbc #cb0c1b

#0ccbbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccbbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccbbc Color CSS Codes

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

#0ccbbc Text Font Color

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

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


#0ccbbc Background Color

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

This div background color is #0ccbbc


#0ccbbc Border Color

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

This div border color is #0ccbbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccbbc


Comments

No comments written yet.

Please login to write comment.