Color Hex Logo

#1c847c Color Hex

#1C847C
(28,132,124)
0 Favorites   0 Comments

Color spaces of #1c847c

RGB 28132124
HSL0.490.650.31
HSV175°79°52°
CMYK 0.790.000.06   0.48
XYZ12.368218.204621.9308
Yxy18.20460.23560.3467
Hunter Lab42.6668-22.9237-0.6083
CIE-Lab49.7433-30.0040-3.8856

#1c847c color RGB value is (28,132,124).

#1c847c hex color red value is 28, green value is 132 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #1c847c hue: 0.49 , saturation: 0.65 and the lightness value of 1c847c is 0.31.

The process color (four color CMYK) of #1c847c color hex is 0.79, 0.00, 0.06, 0.48. Web safe color of #1c847c is #339966. Color #1c847c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10000100 01111100
Octal 34 204 174
Decimal 28 132 124
Hex 1C 84 7C

RGB Percentages of Color #1c847c

%9.86
%46.48
%43.66

CMYK Percentages of Color #1c847c

%79
%0
%6
%48

Triadic Colors of #1c847c

#1c847c #7c1c84 #847c1c

Analogous Colors of #1c847c

#1c847c #1c5884 #1c8448

Monochromatic Colors of #1c847c

#1c847c

Complementary Color

#1c847c #841c24

#1c847c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1c847c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1c847c Color CSS Codes

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

#1c847c Text Font Color

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

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


#1c847c Background Color

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

This div background color is #1c847c


#1c847c Border Color

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

This div border color is #1c847c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1c847c


Comments

No comments written yet.

Please login to write comment.