Color Hex Logo

#1c896d Color Hex

#1C896D
(28,137,109)
0 Favorites   0 Comments

Color spaces of #1c896d

RGB 28137109
HSL0.460.660.32
HSV165°80°54°
CMYK 0.800.000.20   0.46
XYZ12.184919.242317.5399
Yxy19.24230.24880.3930
Hunter Lab43.8660-27.18276.9990
CIE-Lab50.9695-36.54716.6421

#1c896d color RGB value is (28,137,109).

#1c896d hex color red value is 28, green value is 137 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #1c896d hue: 0.46 , saturation: 0.66 and the lightness value of 1c896d is 0.32.

The process color (four color CMYK) of #1c896d color hex is 0.80, 0.00, 0.20, 0.46. Web safe color of #1c896d is #339966. Color #1c896d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10001001 01101101
Octal 34 211 155
Decimal 28 137 109
Hex 1C 89 6D

RGB Percentages of Color #1c896d

%10.22
%50.00
%39.78

CMYK Percentages of Color #1c896d

%80
%0
%20
%46

Triadic Colors of #1c896d

#1c896d #6d1c89 #896d1c

Analogous Colors of #1c896d

#1c896d #1c6f89 #1c8937

Monochromatic Colors of #1c896d

#1c896d

Complementary Color

#1c896d #891c38

#1c896d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c896d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c896d Color CSS Codes

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

#1c896d Text Font Color

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

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


#1c896d Background Color

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

This div background color is #1c896d


#1c896d Border Color

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

This div border color is #1c896d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,137,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 #1c896d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c896d


Comments

No comments written yet.

Please login to write comment.