Color Hex Logo

#1da78e Color Hex

#1DA78E
(29,167,142)
0 Favorites   0 Comments

Color spaces of #1da78e

RGB 29167142
HSL0.470.700.38
HSV169°83°65°
CMYK 0.830.000.15   0.35
XYZ19.207929.851630.3408
Yxy29.85160.24190.3760
Hunter Lab54.6366-32.86115.3207
CIE-Lab61.5260-40.74763.0326

#1da78e color RGB value is (29,167,142).

#1da78e hex color red value is 29, green value is 167 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #1da78e hue: 0.47 , saturation: 0.70 and the lightness value of 1da78e is 0.38.

The process color (four color CMYK) of #1da78e color hex is 0.83, 0.00, 0.15, 0.35. Web safe color of #1da78e is #339999. Color #1da78e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100111 10001110
Octal 35 247 216
Decimal 29 167 142
Hex 1D A7 8E

RGB Percentages of Color #1da78e

%8.58
%49.41
%42.01

CMYK Percentages of Color #1da78e

%83
%0
%15
%35

Triadic Colors of #1da78e

#1da78e #8e1da7 #a78e1d

Analogous Colors of #1da78e

#1da78e #1d7ba7 #1da749

Monochromatic Colors of #1da78e

#1da78e

Complementary Color

#1da78e #a71d36

#1da78e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da78e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da78e Color CSS Codes

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

#1da78e Text Font Color

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

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


#1da78e Background Color

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

This div background color is #1da78e


#1da78e Border Color

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

This div border color is #1da78e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da78e


Comments

No comments written yet.

Please login to write comment.