Color Hex Logo

#1cb58d Color Hex

#1CB58D
(28,181,141)
0 Favorites   0 Comments

Color spaces of #1cb58d

RGB 28181141
HSL0.460.730.41
HSV164°85°71°
CMYK 0.850.000.22   0.29
XYZ21.810535.217730.8475
Yxy35.21770.24820.4008
Hunter Lab59.3445-38.249910.7220
CIE-Lab65.9178-46.98299.8816

#1cb58d color RGB value is (28,181,141).

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

The process color (four color CMYK) of #1cb58d color hex is 0.85, 0.00, 0.22, 0.29. Web safe color of #1cb58d is #33cc99. Color #1cb58d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110101 10001101
Octal 34 265 215
Decimal 28 181 141
Hex 1C B5 8D

RGB Percentages of Color #1cb58d

%8.00
%51.71
%40.29

CMYK Percentages of Color #1cb58d

%85
%0
%22
%29

Triadic Colors of #1cb58d

#1cb58d #8d1cb5 #b58d1c

Analogous Colors of #1cb58d

#1cb58d #1c91b5 #1cb541

Monochromatic Colors of #1cb58d

#1cb58d

Complementary Color

#1cb58d #b51c44

#1cb58d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb58d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb58d Color CSS Codes

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

#1cb58d Text Font Color

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

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


#1cb58d Background Color

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

This div background color is #1cb58d


#1cb58d Border Color

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

This div border color is #1cb58d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb58d


Comments

No comments written yet.

Please login to write comment.