Color Hex Logo

#1da455 Color Hex

#1DA455
(29,164,85)
0 Favorites   0 Comments

Color spaces of #1da455

RGB 2916485
HSL0.400.700.38
HSV145°82°64°
CMYK 0.820.000.48   0.36
XYZ15.421827.468013.0834
Yxy27.46800.27550.4907
Hunter Lab52.4099-39.193121.8860
CIE-Lab59.4050-52.311031.3163

#1da455 color RGB value is (29,164,85).

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

The process color (four color CMYK) of #1da455 color hex is 0.82, 0.00, 0.48, 0.36. Web safe color of #1da455 is #339966. Color #1da455 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011101 10100100 01010101
Octal 35 244 125
Decimal 29 164 85
Hex 1D A4 55

RGB Percentages of Color #1da455

%10.43
%58.99
%30.58

CMYK Percentages of Color #1da455

%82
%0
%48
%36

Triadic Colors of #1da455

#1da455 #551da4 #a4551d

Analogous Colors of #1da455

#1da455 #1da499 #29a41d

Monochromatic Colors of #1da455

#1da455

Complementary Color

#1da455 #a41d6c

#1da455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1da455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1da455 Color CSS Codes

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

#1da455 Text Font Color

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

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


#1da455 Background Color

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

This div background color is #1da455


#1da455 Border Color

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

This div border color is #1da455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1da455


Comments

No comments written yet.

Please login to write comment.