Color Hex Logo

#0dc494 Color Hex

#0DC494
(13,196,148)
0 Favorites   0 Comments

Color spaces of #0dc494

RGB 13196148
HSL0.460.880.41
HSV164°93°77°
CMYK 0.930.000.24   0.23
XYZ25.251241.703534.7357
Yxy41.70350.24830.4101
Hunter Lab64.5782-43.215413.3135
CIE-Lab70.6660-52.131812.7661

#0dc494 color RGB value is (13,196,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001101 11000100 10010100
Octal 15 304 224
Decimal 13 196 148
Hex D C4 94

RGB Percentages of Color #0dc494

%3.64
%54.90
%41.46

CMYK Percentages of Color #0dc494

%93
%0
%24
%23

Triadic Colors of #0dc494

#0dc494 #940dc4 #c4940d

Analogous Colors of #0dc494

#0dc494 #0d99c4 #0dc438

Monochromatic Colors of #0dc494

#0dc494

Complementary Color

#0dc494 #c40d3d

#0dc494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dc494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dc494 Color CSS Codes

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

#0dc494 Text Font Color

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

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


#0dc494 Background Color

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

This div background color is #0dc494


#0dc494 Border Color

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

This div border color is #0dc494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dc494


Comments

No comments written yet.

Please login to write comment.