Color Hex Logo

#0cbcaf Color Hex

#0CBCAF
(12,188,175)
0 Favorites   0 Comments

Color spaces of #0cbcaf

RGB 12188175
HSL0.490.880.39
HSV176°94°74°
CMYK 0.940.000.07   0.26
XYZ25.872739.139746.7485
Yxy39.13970.23150.3502
Hunter Lab62.5617-35.6635-0.5105
CIE-Lab68.8523-41.6985-4.5832

#0cbcaf color RGB value is (12,188,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001100 10111100 10101111
Octal 14 274 257
Decimal 12 188 175
Hex C BC AF

RGB Percentages of Color #0cbcaf

%3.20
%50.13
%46.67

CMYK Percentages of Color #0cbcaf

%94
%0
%7
%26

Triadic Colors of #0cbcaf

#0cbcaf #af0cbc #bcaf0c

Analogous Colors of #0cbcaf

#0cbcaf #0c71bc #0cbc57

Monochromatic Colors of #0cbcaf

#0cbcaf

Complementary Color

#0cbcaf #bc0c19

#0cbcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cbcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cbcaf Color CSS Codes

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

#0cbcaf Text Font Color

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

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


#0cbcaf Background Color

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

This div background color is #0cbcaf


#0cbcaf Border Color

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

This div border color is #0cbcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cbcaf


Comments

No comments written yet.

Please login to write comment.