Color Hex Logo

#0ca686 Color Hex

#0CA686
(12,166,134)
0 Favorites   0 Comments

Color spaces of #0ca686

RGB 12166134
HSL0.470.870.35
HSV168°93°65°
CMYK 0.930.000.19   0.35
XYZ18.090929.071827.2122
Yxy29.07180.24320.3909
Hunter Lab53.9183-34.46597.8195
CIE-Lab60.8449-43.61386.5124

#0ca686 color RGB value is (12,166,134).

#0ca686 hex color red value is 12, green value is 166 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #0ca686 hue: 0.47 , saturation: 0.87 and the lightness value of 0ca686 is 0.35.

The process color (four color CMYK) of #0ca686 color hex is 0.93, 0.00, 0.19, 0.35. Web safe color of #0ca686 is #009999. Color #0ca686 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10100110 10000110
Octal 14 246 206
Decimal 12 166 134
Hex C A6 86

RGB Percentages of Color #0ca686

%3.85
%53.21
%42.95

CMYK Percentages of Color #0ca686

%93
%0
%19
%35

Triadic Colors of #0ca686

#0ca686 #860ca6 #a6860c

Analogous Colors of #0ca686

#0ca686 #0c79a6 #0ca639

Monochromatic Colors of #0ca686

#0ca686

Complementary Color

#0ca686 #a60c2c

#0ca686 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca686 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca686 Color CSS Codes

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

#0ca686 Text Font Color

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

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


#0ca686 Background Color

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

This div background color is #0ca686


#0ca686 Border Color

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

This div border color is #0ca686


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca686


Comments

No comments written yet.

Please login to write comment.