Color Hex Logo

#0ca441 Color Hex

#0CA441
(12,164,65)
0 Favorites   0 Comments

Color spaces of #0ca441

RGB 1216465
HSL0.390.860.35
HSV141°93°64°
CMYK 0.930.000.60   0.36
XYZ14.381227.01079.4567
Yxy27.01070.28280.5312
Hunter Lab51.9718-41.557725.5920
CIE-Lab58.9842-56.774340.7125

#0ca441 color RGB value is (12,164,65).

#0ca441 hex color red value is 12, green value is 164 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #0ca441 hue: 0.39 , saturation: 0.86 and the lightness value of 0ca441 is 0.35.

The process color (four color CMYK) of #0ca441 color hex is 0.93, 0.00, 0.60, 0.36. Web safe color of #0ca441 is #009933. Color #0ca441 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10100100 01000001
Octal 14 244 101
Decimal 12 164 65
Hex C A4 41

RGB Percentages of Color #0ca441

%4.98
%68.05
%26.97

CMYK Percentages of Color #0ca441

%93
%0
%60
%36

Triadic Colors of #0ca441

#0ca441 #410ca4 #a4410c

Analogous Colors of #0ca441

#0ca441 #0ca48d #23a40c

Monochromatic Colors of #0ca441

#0ca441

Complementary Color

#0ca441 #a40c6f

#0ca441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca441 Color CSS Codes

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

#0ca441 Text Font Color

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

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


#0ca441 Background Color

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

This div background color is #0ca441


#0ca441 Border Color

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

This div border color is #0ca441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca441


Comments

No comments written yet.

Please login to write comment.