Color Hex Logo

#0dc308 Color Hex

#0DC308
(13,195,8)
0 Favorites   0 Comments

Color spaces of #0dc308

RGB 131958
HSL0.330.920.40
HSV118°96°76°
CMYK 0.930.000.96   0.24
XYZ19.724939.13336.7436
Yxy39.13330.30070.5965
Hunter Lab62.5566-53.190737.3982
CIE-Lab68.8477-69.697667.1593

#0dc308 color RGB value is (13,195,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000011 00001000
Octal 15 303 10
Decimal 13 195 8
Hex D C3 8

RGB Percentages of Color #0dc308

%6.02
%90.28
%3.70

CMYK Percentages of Color #0dc308

%93
%0
%96
%24

Triadic Colors of #0dc308

#0dc308 #080dc3 #c3080d

Analogous Colors of #0dc308

#0dc308 #08c361 #6bc308

Monochromatic Colors of #0dc308

#0dc308

Complementary Color

#0dc308 #be08c3

#0dc308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc308 Color CSS Codes

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

#0dc308 Text Font Color

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

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


#0dc308 Background Color

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

This div background color is #0dc308


#0dc308 Border Color

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

This div border color is #0dc308


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(13,195,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 #0dc308">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc308


Comments

No comments written yet.

Please login to write comment.