Color Hex Logo

#1cce60 Color Hex

#1CCE60
(28,206,96)
0 Favorites   0 Comments

Color spaces of #1cce60

RGB 2820696
HSL0.400.760.46
HSV143°86°81°
CMYK 0.860.000.53   0.19
XYZ24.661545.234018.4976
Yxy45.23400.27900.5117
Hunter Lab67.2562-52.246130.7727
CIE-Lab73.0457-64.911042.7589

#1cce60 color RGB value is (28,206,96).

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

The process color (four color CMYK) of #1cce60 color hex is 0.86, 0.00, 0.53, 0.19. Web safe color of #1cce60 is #33cc66. Color #1cce60 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001110 01100000
Octal 34 316 140
Decimal 28 206 96
Hex 1C CE 60

RGB Percentages of Color #1cce60

%8.48
%62.42
%29.09

CMYK Percentages of Color #1cce60

%86
%0
%53
%19

Triadic Colors of #1cce60

#1cce60 #601cce #ce601c

Analogous Colors of #1cce60

#1cce60 #1cceb9 #31ce1c

Monochromatic Colors of #1cce60

#1cce60

Complementary Color

#1cce60 #ce1c8a

#1cce60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cce60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cce60 Color CSS Codes

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

#1cce60 Text Font Color

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

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


#1cce60 Background Color

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

This div background color is #1cce60


#1cce60 Border Color

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

This div border color is #1cce60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cce60


Comments

No comments written yet.

Please login to write comment.