Color Hex Logo

#1bc47c Color Hex

#1BC47C
(27,196,124)
0 Favorites   0 Comments

Color spaces of #1bc47c

RGB 27196124
HSL0.430.760.44
HSV154°86°77°
CMYK 0.860.000.37   0.23
XYZ23.830041.168125.7591
Yxy41.16810.26260.4536
Hunter Lab64.1624-45.989021.1107
CIE-Lab70.2935-56.673425.0866

#1bc47c color RGB value is (27,196,124).

#1bc47c hex color red value is 27, green value is 196 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #1bc47c hue: 0.43 , saturation: 0.76 and the lightness value of 1bc47c is 0.44.

The process color (four color CMYK) of #1bc47c color hex is 0.86, 0.00, 0.37, 0.23. Web safe color of #1bc47c is #33cc66. Color #1bc47c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011011 11000100 01111100
Octal 33 304 174
Decimal 27 196 124
Hex 1B C4 7C

RGB Percentages of Color #1bc47c

%7.78
%56.48
%35.73

CMYK Percentages of Color #1bc47c

%86
%0
%37
%23

Triadic Colors of #1bc47c

#1bc47c #7c1bc4 #c47c1b

Analogous Colors of #1bc47c

#1bc47c #1bb8c4 #1bc428

Monochromatic Colors of #1bc47c

#1bc47c

Complementary Color

#1bc47c #c41b63

#1bc47c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1bc47c Color Preview on White Background

Lorem ipsum dolor sit amet.

#1bc47c Color CSS Codes

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

#1bc47c Text Font Color

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

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


#1bc47c Background Color

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

This div background color is #1bc47c


#1bc47c Border Color

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

This div border color is #1bc47c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(27,196,124, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1bc47c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1bc47c;
  -webkit-box-shadow: 1px 1px 3px 2px #1bc47c;
  box-shadow:         1px 1px 3px 2px #1bc47c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(27,196,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1bc47c


Comments

No comments written yet.

Please login to write comment.