Color Hex Logo

#1c654f Color Hex

#1C654F
(28,101,79)
0 Favorites   0 Comments

Color spaces of #1c654f

RGB 2810179
HSL0.450.570.25
HSV162°72°40°
CMYK 0.720.000.22   0.60
XYZ6.543910.11889.0054
Yxy10.11880.25490.3942
Hunter Lab31.8101-18.94705.4821
CIE-Lab38.0548-28.06626.0593

#1c654f color RGB value is (28,101,79).

#1c654f hex color red value is 28, green value is 101 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #1c654f hue: 0.45 , saturation: 0.57 and the lightness value of 1c654f is 0.25.

The process color (four color CMYK) of #1c654f color hex is 0.72, 0.00, 0.22, 0.60. Web safe color of #1c654f is #336666. Color #1c654f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 01100101 01001111
Octal 34 145 117
Decimal 28 101 79
Hex 1C 65 4F

RGB Percentages of Color #1c654f

%13.46
%48.56
%37.98

CMYK Percentages of Color #1c654f

%72
%0
%22
%60

Triadic Colors of #1c654f

#1c654f #4f1c65 #654f1c

Analogous Colors of #1c654f

#1c654f #1c5765 #1c652b

Monochromatic Colors of #1c654f

#1c654f

Complementary Color

#1c654f #651c32

#1c654f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c654f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c654f Color CSS Codes

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

#1c654f Text Font Color

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

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


#1c654f Background Color

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

This div background color is #1c654f


#1c654f Border Color

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

This div border color is #1c654f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c654f


Comments

No comments written yet.

Please login to write comment.