Color Hex Logo

#0dc608 Color Hex

#0DC608
(13,198,8)
0 Favorites   0 Comments

Color spaces of #0dc608

RGB 131988
HSL0.330.920.40
HSV118°96°78°
CMYK 0.930.000.96   0.22
XYZ20.403940.49136.9699
Yxy40.49130.30070.5966
Hunter Lab63.6328-54.121238.0487
CIE-Lab69.8180-70.521567.9568

#0dc608 color RGB value is (13,198,8).

#0dc608 hex color red value is 13, green value is 198 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #0dc608 hue: 0.33 , saturation: 0.92 and the lightness value of 0dc608 is 0.40.

The process color (four color CMYK) of #0dc608 color hex is 0.93, 0.00, 0.96, 0.22. Web safe color of #0dc608 is #00cc00. Color #0dc608 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000110 00001000
Octal 15 306 10
Decimal 13 198 8
Hex D C6 8

RGB Percentages of Color #0dc608

%5.94
%90.41
%3.65

CMYK Percentages of Color #0dc608

%93
%0
%96
%22

Triadic Colors of #0dc608

#0dc608 #080dc6 #c6080d

Analogous Colors of #0dc608

#0dc608 #08c662 #6cc608

Monochromatic Colors of #0dc608

#0dc608

Complementary Color

#0dc608 #c108c6

#0dc608 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc608 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc608 Color CSS Codes

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

#0dc608 Text Font Color

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

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


#0dc608 Background Color

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

This div background color is #0dc608


#0dc608 Border Color

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

This div border color is #0dc608


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc608


Comments

No comments written yet.

Please login to write comment.