Color Hex Logo

#0cacae Color Hex

#0CACAE
(12,172,174)
0 Favorites   0 Comments

Color spaces of #0cacae

RGB 12172174
HSL0.500.870.36
HSV181°93°68°
CMYK 0.930.010.00   0.32
XYZ22.544132.639245.1562
Yxy32.63920.22470.3253
Hunter Lab57.1307-29.5417-6.8714
CIE-Lab63.8677-34.7520-11.4445

#0cacae color RGB value is (12,172,174).

#0cacae hex color red value is 12, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #0cacae hue: 0.50 , saturation: 0.87 and the lightness value of 0cacae is 0.36.

The process color (four color CMYK) of #0cacae color hex is 0.93, 0.01, 0.00, 0.32. Web safe color of #0cacae is #009999. Color #0cacae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10101100 10101110
Octal 14 254 256
Decimal 12 172 174
Hex C AC AE

RGB Percentages of Color #0cacae

%3.35
%48.04
%48.60

CMYK Percentages of Color #0cacae

%93
%1
%0
%32

Triadic Colors of #0cacae

#0cacae #ae0cac #acae0c

Analogous Colors of #0cacae

#0cacae #0c5bae #0cae5f

Monochromatic Colors of #0cacae

#0cacae

Complementary Color

#0cacae #ae0e0c

#0cacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cacae Color CSS Codes

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

#0cacae Text Font Color

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

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


#0cacae Background Color

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

This div background color is #0cacae


#0cacae Border Color

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

This div border color is #0cacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cacae


Comments

No comments written yet.

Please login to write comment.