Color Hex Logo

#1ccc9f Color Hex

#1CCC9F
(28,204,159)
0 Favorites   0 Comments

Color spaces of #1ccc9f

RGB 28204159
HSL0.460.760.45
HSV165°86°80°
CMYK 0.860.000.22   0.20
XYZ28.329845.935840.1743
Yxy45.93580.24760.4014
Hunter Lab67.7760-43.996412.2989
CIE-Lab73.5039-51.798710.8696

#1ccc9f color RGB value is (28,204,159).

#1ccc9f hex color red value is 28, green value is 204 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #1ccc9f hue: 0.46 , saturation: 0.76 and the lightness value of 1ccc9f is 0.45.

The process color (four color CMYK) of #1ccc9f color hex is 0.86, 0.00, 0.22, 0.20. Web safe color of #1ccc9f is #33cc99. Color #1ccc9f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001100 10011111
Octal 34 314 237
Decimal 28 204 159
Hex 1C CC 9F

RGB Percentages of Color #1ccc9f

%7.16
%52.17
%40.66

CMYK Percentages of Color #1ccc9f

%86
%0
%22
%20

Triadic Colors of #1ccc9f

#1ccc9f #9f1ccc #cc9f1c

Analogous Colors of #1ccc9f

#1ccc9f #1ca1cc #1ccc47

Monochromatic Colors of #1ccc9f

#1ccc9f

Complementary Color

#1ccc9f #cc1c49

#1ccc9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1ccc9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1ccc9f Color CSS Codes

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

#1ccc9f Text Font Color

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

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


#1ccc9f Background Color

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

This div background color is #1ccc9f


#1ccc9f Border Color

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

This div border color is #1ccc9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1ccc9f


Comments

No comments written yet.

Please login to write comment.