Color Hex Logo

#0dd952 Color Hex

#0DD952
(13,217,82)
0 Favorites   0 Comments

Color spaces of #0dd952

RGB 1321782
HSL0.390.890.45
HSV140°94°85°
CMYK 0.940.000.62   0.15
XYZ26.501850.320516.2987
Yxy50.32050.28460.5404
Hunter Lab70.9369-57.452736.0332
CIE-Lab76.2656-71.046652.8859

#0dd952 color RGB value is (13,217,82).

#0dd952 hex color red value is 13, green value is 217 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #0dd952 hue: 0.39 , saturation: 0.89 and the lightness value of 0dd952 is 0.45.

The process color (four color CMYK) of #0dd952 color hex is 0.94, 0.00, 0.62, 0.15. Web safe color of #0dd952 is #00cc66. Color #0dd952 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001101 11011001 01010010
Octal 15 331 122
Decimal 13 217 82
Hex D D9 52

RGB Percentages of Color #0dd952

%4.17
%69.55
%26.28

CMYK Percentages of Color #0dd952

%94
%0
%62
%15

Triadic Colors of #0dd952

#0dd952 #520dd9 #d9520d

Analogous Colors of #0dd952

#0dd952 #0dd9b8 #2ed90d

Monochromatic Colors of #0dd952

#0dd952

Complementary Color

#0dd952 #d90d94

#0dd952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0dd952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#0dd952 Color CSS Codes

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

#0dd952 Text Font Color

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

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


#0dd952 Background Color

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

This div background color is #0dd952


#0dd952 Border Color

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

This div border color is #0dd952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0dd952


Comments

No comments written yet.

Please login to write comment.