Color Hex Logo

#1cb35f Color Hex

#1CB35F
(28,179,95)
0 Favorites   0 Comments

Color spaces of #1cb35f

RGB 2817995
HSL0.410.730.41
HSV147°84°70°
CMYK 0.840.000.47   0.30
XYZ18.664533.313316.2729
Yxy33.31330.27350.4881
Hunter Lab57.7177-43.283323.6862
CIE-Lab64.4138-55.988632.5079

#1cb35f color RGB value is (28,179,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110011 01011111
Octal 34 263 137
Decimal 28 179 95
Hex 1C B3 5F

RGB Percentages of Color #1cb35f

%9.27
%59.27
%31.46

CMYK Percentages of Color #1cb35f

%84
%0
%47
%30

Triadic Colors of #1cb35f

#1cb35f #5f1cb3 #b35f1c

Analogous Colors of #1cb35f

#1cb35f #1cb3ab #24b31c

Monochromatic Colors of #1cb35f

#1cb35f

Complementary Color

#1cb35f #b31c70

#1cb35f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb35f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb35f Color CSS Codes

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

#1cb35f Text Font Color

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

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


#1cb35f Background Color

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

This div background color is #1cb35f


#1cb35f Border Color

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

This div border color is #1cb35f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb35f


Comments

No comments written yet.

Please login to write comment.