color codes Logo

#0dc66f color codes

#0DC66F
(13,198,111)
0 Favorites   0 Comments

Color spaces of #0dc66f

RGB 13198111
HSL0.420.880.41
HSV152°93°78°
CMYK 0.930.000.44   0.22
XYZ23.229341.621421.8484
Yxy41.62140.26790.4801
Hunter Lab64.5146-48.629525.0812
CIE-Lab70.6091-60.705332.2369

#0dc66f color RGB value is (13,198,111).

#0dc66f hex color red value is 13, green value is 198 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #0dc66f hue: 0.42 , saturation: 0.88 and the lightness value of 0dc66f is 0.41.

The process color (four color CMYK) of #0dc66f color code is 0.93, 0.00, 0.44, 0.22. Web safe color of #0dc66f is #00cc66. Color #0dc66f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000110 01101111
Octal 15 306 157
Decimal 13 198 111
Hex D C6 6F

RGB Percentages of Color #0dc66f

%4.04
%61.49
%34.47

CMYK Percentages of Color #0dc66f

%93
%0
%44
%22

Triadic Colors of #0dc66f

#0dc66f #6f0dc6 #c66f0d

Analogous Colors of #0dc66f

#0dc66f #0dc1c6 #0dc613

Monochromatic Colors of #0dc66f

#0dc66f

Complementary Color

#0dc66f #c60d64

#0dc66f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc66f Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc66f Color CSS Codes

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

#0dc66f Text Font Color

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

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


#0dc66f Background Color

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

This div background color is #0dc66f


#0dc66f Border Color

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

This div border color is #0dc66f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(13,198,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0dc66f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0dc66f;
  -webkit-box-shadow: 1px 1px 3px 2px #0dc66f;
  box-shadow:         1px 1px 3px 2px #0dc66f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,198,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc66f


Comments

No comments written yet.

Please login to write comment.