Color Hex Logo

#1daf8a Color Hex

#1DAF8A
(29,175,138)
0 Favorites   0 Comments

Color spaces of #1daf8a

RGB 29175138
HSL0.460.720.40
HSV165°83°69°
CMYK 0.830.000.21   0.31
XYZ20.424132.756129.2909
Yxy32.75610.24770.3972
Hunter Lab57.2329-36.45839.7194
CIE-Lab63.9629-45.18538.7588

#1daf8a color RGB value is (29,175,138).

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

The process color (four color CMYK) of #1daf8a color hex is 0.83, 0.00, 0.21, 0.31. Web safe color of #1daf8a is #339999. Color #1daf8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10101111 10001010
Octal 35 257 212
Decimal 29 175 138
Hex 1D AF 8A

RGB Percentages of Color #1daf8a

%8.48
%51.17
%40.35

CMYK Percentages of Color #1daf8a

%83
%0
%21
%31

Triadic Colors of #1daf8a

#1daf8a #8a1daf #af8a1d

Analogous Colors of #1daf8a

#1daf8a #1d8baf #1daf41

Monochromatic Colors of #1daf8a

#1daf8a

Complementary Color

#1daf8a #af1d42

#1daf8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1daf8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1daf8a Color CSS Codes

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

#1daf8a Text Font Color

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

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


#1daf8a Background Color

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

This div background color is #1daf8a


#1daf8a Border Color

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

This div border color is #1daf8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1daf8a


Comments

No comments written yet.

Please login to write comment.