Color Hex Logo

#1daf6a Color Hex

#1DAF6A
(29,175,106)
0 Favorites   0 Comments

Color spaces of #1daf6a

RGB 29175106
HSL0.420.720.40
HSV152°83°69°
CMYK 0.830.000.39   0.31
XYZ18.438231.961818.8331
Yxy31.96180.26630.4617
Hunter Lab56.5348-40.720019.8234
CIE-Lab63.3113-52.415825.3097

#1daf6a color RGB value is (29,175,106).

#1daf6a hex color red value is 29, green value is 175 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #1daf6a hue: 0.42 , saturation: 0.72 and the lightness value of 1daf6a is 0.40.

The process color (four color CMYK) of #1daf6a color hex is 0.83, 0.00, 0.39, 0.31. Web safe color of #1daf6a is #339966. Color #1daf6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 01101010
Octal 35 257 152
Decimal 29 175 106
Hex 1D AF 6A

RGB Percentages of Color #1daf6a

%9.35
%56.45
%34.19

CMYK Percentages of Color #1daf6a

%83
%0
%39
%31

Triadic Colors of #1daf6a

#1daf6a #6a1daf #af6a1d

Analogous Colors of #1daf6a

#1daf6a #1dabaf #1daf21

Monochromatic Colors of #1daf6a

#1daf6a

Complementary Color

#1daf6a #af1d62

#1daf6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daf6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daf6a Color CSS Codes

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

#1daf6a Text Font Color

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

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


#1daf6a Background Color

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

This div background color is #1daf6a


#1daf6a Border Color

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

This div border color is #1daf6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daf6a


Comments

No comments written yet.

Please login to write comment.