Color Hex Logo

#0dc505 Color Hex

#0DC505
(13,197,5)
0 Favorites   0 Comments

Color spaces of #0dc505

RGB 131975
HSL0.330.950.40
HSV118°97°77°
CMYK 0.930.000.97   0.23
XYZ20.159640.02906.8074
Yxy40.02900.30090.5975
Hunter Lab63.2685-53.843337.9086
CIE-Lab69.4902-70.308068.0182

#0dc505 color RGB value is (13,197,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000101 00000101
Octal 15 305 5
Decimal 13 197 5
Hex D C5 5

RGB Percentages of Color #0dc505

%6.05
%91.63
%2.33

CMYK Percentages of Color #0dc505

%93
%0
%97
%23

Triadic Colors of #0dc505

#0dc505 #050dc5 #c5050d

Analogous Colors of #0dc505

#0dc505 #05c55d #6dc505

Monochromatic Colors of #0dc505

#0dc505

Complementary Color

#0dc505 #bd05c5

#0dc505 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc505 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc505 Color CSS Codes

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

#0dc505 Text Font Color

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

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


#0dc505 Background Color

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

This div background color is #0dc505


#0dc505 Border Color

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

This div border color is #0dc505


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc505


Comments

No comments written yet.

Please login to write comment.