Color Hex Logo

#1cf96e Color Hex

#1CF96E
(28,249,110)
0 Favorites   0 Comments

Color spaces of #1cf96e

RGB 28249110
HSL0.400.950.54
HSV142°89°98°
CMYK 0.890.000.56   0.02
XYZ37.169069.124026.1351
Yxy69.12400.28070.5220
Hunter Lab83.1408-65.696239.5609
CIE-Lab86.5654-76.454752.5426

#1cf96e color RGB value is (28,249,110).

#1cf96e hex color red value is 28, green value is 249 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #1cf96e hue: 0.40 , saturation: 0.95 and the lightness value of 1cf96e is 0.54.

The process color (four color CMYK) of #1cf96e color hex is 0.89, 0.00, 0.56, 0.02. Web safe color of #1cf96e is #33ff66. Color #1cf96e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11111001 01101110
Octal 34 371 156
Decimal 28 249 110
Hex 1C F9 6E

RGB Percentages of Color #1cf96e

%7.24
%64.34
%28.42

CMYK Percentages of Color #1cf96e

%89
%0
%56
%2

Triadic Colors of #1cf96e

#1cf96e #6e1cf9 #f96e1c

Analogous Colors of #1cf96e

#1cf96e #1cf9dd #39f91c

Monochromatic Colors of #1cf96e

#1cf96e

Complementary Color

#1cf96e #f91ca7

#1cf96e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cf96e Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cf96e Color CSS Codes

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

#1cf96e Text Font Color

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

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


#1cf96e Background Color

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

This div background color is #1cf96e


#1cf96e Border Color

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

This div border color is #1cf96e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cf96e


Comments

No comments written yet.

Please login to write comment.