Color Hex Logo

#1cb76b Color Hex

#1CB76B
(28,183,107)
0 Favorites   0 Comments

Color spaces of #1cb76b

RGB 28183107
HSL0.420.730.41
HSV151°85°72°
CMYK 0.850.000.42   0.28
XYZ20.066235.175419.6418
Yxy35.17540.26800.4697
Hunter Lab59.3089-43.397921.8806
CIE-Lab65.8850-55.229728.1744

#1cb76b color RGB value is (28,183,107).

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

The process color (four color CMYK) of #1cb76b color hex is 0.85, 0.00, 0.42, 0.28. Web safe color of #1cb76b is #33cc66. Color #1cb76b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110111 01101011
Octal 34 267 153
Decimal 28 183 107
Hex 1C B7 6B

RGB Percentages of Color #1cb76b

%8.81
%57.55
%33.65

CMYK Percentages of Color #1cb76b

%85
%0
%42
%28

Triadic Colors of #1cb76b

#1cb76b #6b1cb7 #b76b1c

Analogous Colors of #1cb76b

#1cb76b #1cb6b7 #1cb71e

Monochromatic Colors of #1cb76b

#1cb76b

Complementary Color

#1cb76b #b71c68

#1cb76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb76b Color CSS Codes

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

#1cb76b Text Font Color

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

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


#1cb76b Background Color

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

This div background color is #1cb76b


#1cb76b Border Color

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

This div border color is #1cb76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb76b


Comments

No comments written yet.

Please login to write comment.