Color Hex Logo

#1ca96d Color Hex

#1CA96D
(28,169,109)
0 Favorites   0 Comments

Color spaces of #1ca96d

RGB 28169109
HSL0.430.720.39
HSV154°83°66°
CMYK 0.830.000.36   0.34
XYZ17.427229.726919.2874
Yxy29.72690.26230.4474
Hunter Lab54.5224-38.359517.1917
CIE-Lab61.4179-49.644521.1563

#1ca96d color RGB value is (28,169,109).

#1ca96d hex color red value is 28, green value is 169 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #1ca96d hue: 0.43 , saturation: 0.72 and the lightness value of 1ca96d is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10101001 01101101
Octal 34 251 155
Decimal 28 169 109
Hex 1C A9 6D

RGB Percentages of Color #1ca96d

%9.15
%55.23
%35.62

CMYK Percentages of Color #1ca96d

%83
%0
%36
%34

Triadic Colors of #1ca96d

#1ca96d #6d1ca9 #a96d1c

Analogous Colors of #1ca96d

#1ca96d #1c9fa9 #1ca927

Monochromatic Colors of #1ca96d

#1ca96d

Complementary Color

#1ca96d #a91c58

#1ca96d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ca96d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ca96d Color CSS Codes

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

#1ca96d Text Font Color

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

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


#1ca96d Background Color

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

This div background color is #1ca96d


#1ca96d Border Color

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

This div border color is #1ca96d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ca96d


Comments

No comments written yet.

Please login to write comment.