Color Hex Logo

#1cde47 Color Hex

#1CDE47
(28,222,71)
0 Favorites   0 Comments

Color spaces of #1cde47

RGB 2822271
HSL0.370.780.49
HSV133°87°87°
CMYK 0.870.000.68   0.13
XYZ27.737552.944414.7186
Yxy52.94440.29070.5550
Hunter Lab72.7629-59.290238.9408
CIE-Lab77.8422-72.842459.1532

#1cde47 color RGB value is (28,222,71).

#1cde47 hex color red value is 28, green value is 222 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #1cde47 hue: 0.37 , saturation: 0.78 and the lightness value of 1cde47 is 0.49.

The process color (four color CMYK) of #1cde47 color hex is 0.87, 0.00, 0.68, 0.13. Web safe color of #1cde47 is #33cc33. Color #1cde47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11011110 01000111
Octal 34 336 107
Decimal 28 222 71
Hex 1C DE 47

RGB Percentages of Color #1cde47

%8.72
%69.16
%22.12

CMYK Percentages of Color #1cde47

%87
%0
%68
%13

Triadic Colors of #1cde47

#1cde47 #471cde #de471c

Analogous Colors of #1cde47

#1cde47 #1cdea8 #52de1c

Monochromatic Colors of #1cde47

#1cde47

Complementary Color

#1cde47 #de1cb3

#1cde47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cde47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cde47 Color CSS Codes

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

#1cde47 Text Font Color

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

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


#1cde47 Background Color

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

This div background color is #1cde47


#1cde47 Border Color

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

This div border color is #1cde47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cde47


Comments

No comments written yet.

Please login to write comment.