Color Hex Logo

#1cce2a Color Hex

#1CCE2A
(28,206,42)
0 Favorites   0 Comments

Color spaces of #1cce2a

RGB 2820642
HSL0.350.760.46
HSV125°86°81°
CMYK 0.860.000.80   0.19
XYZ22.968144.55679.5802
Yxy44.55670.29790.5779
Hunter Lab66.7508-55.394338.2162
CIE-Lab72.5990-70.458763.8024

#1cce2a color RGB value is (28,206,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 11001110 00101010
Octal 34 316 52
Decimal 28 206 42
Hex 1C CE 2A

RGB Percentages of Color #1cce2a

%10.14
%74.64
%15.22

CMYK Percentages of Color #1cce2a

%86
%0
%80
%19

Triadic Colors of #1cce2a

#1cce2a #2a1cce #ce2a1c

Analogous Colors of #1cce2a

#1cce2a #1cce83 #67ce1c

Monochromatic Colors of #1cce2a

#1cce2a

Complementary Color

#1cce2a #ce1cc0

#1cce2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cce2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cce2a Color CSS Codes

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

#1cce2a Text Font Color

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

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


#1cce2a Background Color

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

This div background color is #1cce2a


#1cce2a Border Color

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

This div border color is #1cce2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cce2a


Comments

No comments written yet.

Please login to write comment.