Color Hex Logo

#1c8669 Color Hex

#1C8669
(28,134,105)
0 Favorites   0 Comments

Color spaces of #1c8669

RGB 28134105
HSL0.450.650.32
HSV164°79°53°
CMYK 0.790.000.22   0.47
XYZ11.553818.317016.2912
Yxy18.31700.25030.3968
Hunter Lab42.7984-26.70957.3901
CIE-Lab49.8784-36.27407.4071

#1c8669 color RGB value is (28,134,105).

#1c8669 hex color red value is 28, green value is 134 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #1c8669 hue: 0.45 , saturation: 0.65 and the lightness value of 1c8669 is 0.32.

The process color (four color CMYK) of #1c8669 color hex is 0.79, 0.00, 0.22, 0.47. Web safe color of #1c8669 is #339966. Color #1c8669 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000110 01101001
Octal 34 206 151
Decimal 28 134 105
Hex 1C 86 69

RGB Percentages of Color #1c8669

%10.49
%50.19
%39.33

CMYK Percentages of Color #1c8669

%79
%0
%22
%47

Triadic Colors of #1c8669

#1c8669 #691c86 #86691c

Analogous Colors of #1c8669

#1c8669 #1c6e86 #1c8634

Monochromatic Colors of #1c8669

#1c8669

Complementary Color

#1c8669 #861c39

#1c8669 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c8669 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c8669 Color CSS Codes

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

#1c8669 Text Font Color

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

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


#1c8669 Background Color

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

This div background color is #1c8669


#1c8669 Border Color

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

This div border color is #1c8669


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c8669


Comments

No comments written yet.

Please login to write comment.