Color Hex Logo

#0ccbbf Color Hex

#0CCBBF
(12,203,191)
0 Favorites   0 Comments

Color spaces of #0ccbbf

RGB 12203191
HSL0.490.890.42
HSV176°94°80°
CMYK 0.940.000.06   0.20
XYZ30.911546.551656.6464
Yxy46.55160.23050.3471
Hunter Lab68.2287-38.5296-1.4650
CIE-Lab73.9020-43.6628-5.8513

#0ccbbf color RGB value is (12,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001011 10111111
Octal 14 313 277
Decimal 12 203 191
Hex C CB BF

RGB Percentages of Color #0ccbbf

%2.96
%50.00
%47.04

CMYK Percentages of Color #0ccbbf

%94
%0
%6
%20

Triadic Colors of #0ccbbf

#0ccbbf #bf0ccb #cbbf0c

Analogous Colors of #0ccbbf

#0ccbbf #0c78cb #0ccb60

Monochromatic Colors of #0ccbbf

#0ccbbf

Complementary Color

#0ccbbf #cb0c18

#0ccbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccbbf Color CSS Codes

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

#0ccbbf Text Font Color

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

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


#0ccbbf Background Color

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

This div background color is #0ccbbf


#0ccbbf Border Color

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

This div border color is #0ccbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccbbf


Comments

No comments written yet.

Please login to write comment.