Color Hex Logo

#1cb48d Color Hex

#1CB48D
(28,180,141)
0 Favorites   0 Comments

Color spaces of #1cb48d

RGB 28180141
HSL0.460.730.41
HSV165°84°71°
CMYK 0.840.000.22   0.29
XYZ21.607934.812530.7799
Yxy34.81250.24780.3992
Hunter Lab59.0021-37.883010.3714
CIE-Lab65.6024-46.57439.4338

#1cb48d color RGB value is (28,180,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110100 10001101
Octal 34 264 215
Decimal 28 180 141
Hex 1C B4 8D

RGB Percentages of Color #1cb48d

%8.02
%51.58
%40.40

CMYK Percentages of Color #1cb48d

%84
%0
%22
%29

Triadic Colors of #1cb48d

#1cb48d #8d1cb4 #b48d1c

Analogous Colors of #1cb48d

#1cb48d #1c8fb4 #1cb441

Monochromatic Colors of #1cb48d

#1cb48d

Complementary Color

#1cb48d #b41c43

#1cb48d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb48d Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb48d Color CSS Codes

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

#1cb48d Text Font Color

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

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


#1cb48d Background Color

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

This div background color is #1cb48d


#1cb48d Border Color

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

This div border color is #1cb48d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(28,180,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 #1cb48d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb48d


Comments

No comments written yet.

Please login to write comment.