Color Hex Logo

#0cd050 Color Hex

#0CD050
(12,208,80)
0 Favorites   0 Comments

Color spaces of #0cd050

RGB 1220880
HSL0.390.890.43
HSV141°94°82°
CMYK 0.940.000.62   0.18
XYZ24.155545.769115.1506
Yxy45.76910.28390.5380
Hunter Lab67.6529-54.659034.0792
CIE-Lab73.3955-68.614750.4919

#0cd050 color RGB value is (12,208,80).

#0cd050 hex color red value is 12, green value is 208 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #0cd050 hue: 0.39 , saturation: 0.89 and the lightness value of 0cd050 is 0.43.

The process color (four color CMYK) of #0cd050 color hex is 0.94, 0.00, 0.62, 0.18. Web safe color of #0cd050 is #00cc66. Color #0cd050 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001100 11010000 01010000
Octal 14 320 120
Decimal 12 208 80
Hex C D0 50

RGB Percentages of Color #0cd050

%4.00
%69.33
%26.67

CMYK Percentages of Color #0cd050

%94
%0
%62
%18

Triadic Colors of #0cd050

#0cd050 #500cd0 #d0500c

Analogous Colors of #0cd050

#0cd050 #0cd0b2 #2ad00c

Monochromatic Colors of #0cd050

#0cd050

Complementary Color

#0cd050 #d00c8c

#0cd050 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0cd050 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0cd050 Color CSS Codes

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

#0cd050 Text Font Color

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

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


#0cd050 Background Color

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

This div background color is #0cd050


#0cd050 Border Color

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

This div border color is #0cd050


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0cd050


Comments

No comments written yet.

Please login to write comment.