Color Hex Logo

#0ccbca Color Hex

#0CCBCA
(12,203,202)
0 Favorites   0 Comments

Color spaces of #0ccbca

RGB 12203202
HSL0.500.890.42
HSV180°94°80°
CMYK 0.940.000.00   0.20
XYZ32.168247.054363.2641
Yxy47.05430.22580.3302
Hunter Lab68.5961-36.3356-6.6640
CIE-Lab74.2245-40.4548-11.3301

#0ccbca color RGB value is (12,203,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 11001011 11001010
Octal 14 313 312
Decimal 12 203 202
Hex C CB CA

RGB Percentages of Color #0ccbca

%2.88
%48.68
%48.44

CMYK Percentages of Color #0ccbca

%94
%0
%0
%20

Triadic Colors of #0ccbca

#0ccbca #ca0ccb #cbca0c

Analogous Colors of #0ccbca

#0ccbca #0c6dcb #0ccb6b

Monochromatic Colors of #0ccbca

#0ccbca

Complementary Color

#0ccbca #cb0c0d

#0ccbca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ccbca Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ccbca Color CSS Codes

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

#0ccbca Text Font Color

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

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


#0ccbca Background Color

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

This div background color is #0ccbca


#0ccbca Border Color

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

This div border color is #0ccbca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ccbca


Comments

No comments written yet.

Please login to write comment.