Color Hex Logo

#0ca51d Color Hex

#0CA51D
(12,165,29)
0 Favorites   0 Comments

Color spaces of #0ca51d

RGB 1216529
HSL0.350.860.35
HSV127°93°65°
CMYK 0.930.000.82   0.35
XYZ13.828527.07715.6600
Yxy27.07710.29700.5815
Hunter Lab52.0357-43.626029.9759
CIE-Lab59.0456-60.496954.7472

#0ca51d color RGB value is (12,165,29).

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

The process color (four color CMYK) of #0ca51d color hex is 0.93, 0.00, 0.82, 0.35. Web safe color of #0ca51d is #009933. Color #0ca51d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 10100101 00011101
Octal 14 245 35
Decimal 12 165 29
Hex C A5 1D

RGB Percentages of Color #0ca51d

%5.83
%80.10
%14.08

CMYK Percentages of Color #0ca51d

%93
%0
%82
%35

Triadic Colors of #0ca51d

#0ca51d #1d0ca5 #a51d0c

Analogous Colors of #0ca51d

#0ca51d #0ca56a #48a50c

Monochromatic Colors of #0ca51d

#0ca51d

Complementary Color

#0ca51d #a50c94

#0ca51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0ca51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0ca51d Color CSS Codes

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

#0ca51d Text Font Color

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

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


#0ca51d Background Color

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

This div background color is #0ca51d


#0ca51d Border Color

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

This div border color is #0ca51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0ca51d


Comments

No comments written yet.

Please login to write comment.