Color Hex Logo

#1cd48f Color Hex

#1CD48F
(28,212,143)
0 Favorites   0 Comments

Color spaces of #1cd48f

RGB 28212143
HSL0.440.770.47
HSV158°87°83°
CMYK 0.870.000.33   0.17
XYZ28.980349.317033.9783
Yxy49.31700.25810.4392
Hunter Lab70.2261-49.233720.4713
CIE-Lab75.6481-58.504222.3565

#1cd48f color RGB value is (28,212,143).

#1cd48f hex color red value is 28, green value is 212 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #1cd48f hue: 0.44 , saturation: 0.77 and the lightness value of 1cd48f is 0.47.

The process color (four color CMYK) of #1cd48f color hex is 0.87, 0.00, 0.33, 0.17. Web safe color of #1cd48f is #33cc99. Color #1cd48f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 11010100 10001111
Octal 34 324 217
Decimal 28 212 143
Hex 1C D4 8F

RGB Percentages of Color #1cd48f

%7.31
%55.35
%37.34

CMYK Percentages of Color #1cd48f

%87
%0
%33
%17

Triadic Colors of #1cd48f

#1cd48f #8f1cd4 #d48f1c

Analogous Colors of #1cd48f

#1cd48f #1cbdd4 #1cd433

Monochromatic Colors of #1cd48f

#1cd48f

Complementary Color

#1cd48f #d41c61

#1cd48f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cd48f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cd48f Color CSS Codes

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

#1cd48f Text Font Color

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

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


#1cd48f Background Color

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

This div background color is #1cd48f


#1cd48f Border Color

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

This div border color is #1cd48f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cd48f


Comments

No comments written yet.

Please login to write comment.