Color Hex Logo

#1cb35a Color Hex

#1CB35A
(28,179,90)
0 Favorites   0 Comments

Color spaces of #1cb35a

RGB 2817990
HSL0.400.730.41
HSV145°84°70°
CMYK 0.840.000.50   0.30
XYZ18.444533.225315.1139
Yxy33.22530.27620.4975
Hunter Lab57.6414-43.754724.8028
CIE-Lab64.3429-56.829534.9678

#1cb35a color RGB value is (28,179,90).

#1cb35a hex color red value is 28, green value is 179 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #1cb35a hue: 0.40 , saturation: 0.73 and the lightness value of 1cb35a is 0.41.

The process color (four color CMYK) of #1cb35a color hex is 0.84, 0.00, 0.50, 0.30. Web safe color of #1cb35a is #33cc66. Color #1cb35a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110011 01011010
Octal 34 263 132
Decimal 28 179 90
Hex 1C B3 5A

RGB Percentages of Color #1cb35a

%9.43
%60.27
%30.30

CMYK Percentages of Color #1cb35a

%84
%0
%50
%30

Triadic Colors of #1cb35a

#1cb35a #5a1cb3 #b35a1c

Analogous Colors of #1cb35a

#1cb35a #1cb3a6 #2ab31c

Monochromatic Colors of #1cb35a

#1cb35a

Complementary Color

#1cb35a #b31c75

#1cb35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb35a Color CSS Codes

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

#1cb35a Text Font Color

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

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


#1cb35a Background Color

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

This div background color is #1cb35a


#1cb35a Border Color

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

This div border color is #1cb35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb35a


Comments

No comments written yet.

Please login to write comment.