Color Hex Logo

#1ca25d Color Hex

#1CA25D
(28,162,93)
0 Favorites   0 Comments

Color spaces of #1ca25d

RGB 2816293
HSL0.410.710.37
HSV149°83°64°
CMYK 0.830.000.43   0.36
XYZ15.375026.877914.7335
Yxy26.87790.26980.4717
Hunter Lab51.8439-37.790319.4411
CIE-Lab58.8611-50.242726.3926

#1ca25d color RGB value is (28,162,93).

#1ca25d hex color red value is 28, green value is 162 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #1ca25d hue: 0.41 , saturation: 0.71 and the lightness value of 1ca25d is 0.37.

The process color (four color CMYK) of #1ca25d color hex is 0.83, 0.00, 0.43, 0.36. Web safe color of #1ca25d is #339966. Color #1ca25d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10100010 01011101
Octal 34 242 135
Decimal 28 162 93
Hex 1C A2 5D

RGB Percentages of Color #1ca25d

%9.89
%57.24
%32.86

CMYK Percentages of Color #1ca25d

%83
%0
%43
%36

Triadic Colors of #1ca25d

#1ca25d #5d1ca2 #a25d1c

Analogous Colors of #1ca25d

#1ca25d #1ca2a0 #1ea21c

Monochromatic Colors of #1ca25d

#1ca25d

Complementary Color

#1ca25d #a21c61

#1ca25d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ca25d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ca25d Color CSS Codes

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

#1ca25d Text Font Color

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

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


#1ca25d Background Color

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

This div background color is #1ca25d


#1ca25d Border Color

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

This div border color is #1ca25d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(28,162,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1ca25d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1ca25d;
  -webkit-box-shadow: 1px 1px 3px 2px #1ca25d;
  box-shadow:         1px 1px 3px 2px #1ca25d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,162,93, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ca25d


Comments

No comments written yet.

Please login to write comment.