Color Hex Logo

#1dc462 Color Hex

#1DC462
(29,196,98)
0 Favorites   0 Comments

Color spaces of #1dc462

RGB 2919698
HSL0.400.740.44
HSV145°85°77°
CMYK 0.850.000.50   0.23
XYZ22.451240.622918.2130
Yxy40.62290.27620.4997
Hunter Lab63.7361-48.661127.6728
CIE-Lab69.9109-61.226037.9251

#1dc462 color RGB value is (29,196,98).

#1dc462 hex color red value is 29, green value is 196 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #1dc462 hue: 0.40 , saturation: 0.74 and the lightness value of 1dc462 is 0.44.

The process color (four color CMYK) of #1dc462 color hex is 0.85, 0.00, 0.50, 0.23. Web safe color of #1dc462 is #33cc66. Color #1dc462 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 11000100 01100010
Octal 35 304 142
Decimal 29 196 98
Hex 1D C4 62

RGB Percentages of Color #1dc462

%8.98
%60.68
%30.34

CMYK Percentages of Color #1dc462

%85
%0
%50
%23

Triadic Colors of #1dc462

#1dc462 #621dc4 #c4621d

Analogous Colors of #1dc462

#1dc462 #1dc4b6 #2cc41d

Monochromatic Colors of #1dc462

#1dc462

Complementary Color

#1dc462 #c41d7f

#1dc462 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1dc462 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1dc462 Color CSS Codes

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

#1dc462 Text Font Color

<p style="color:#1dc462">Text here</p>

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


#1dc462 Background Color

<div style="background-color:#1dc462">
Div content here</div>

This div background color is #1dc462


#1dc462 Border Color

<div style="border:3px solid #1dc462">
Div here</div>

This div border color is #1dc462


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(29,196,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1dc462; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1dc462;
  -webkit-box-shadow: 1px 1px 3px 2px #1dc462;
  box-shadow:         1px 1px 3px 2px #1dc462; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1dc462


Comments

No comments written yet.

Please login to write comment.