Color Hex Logo

#1cb06f Color Hex

#1CB06F
(28,176,111)
0 Favorites   0 Comments

Color spaces of #1cb06f

RGB 28176111
HSL0.430.730.40
HSV154°84°69°
CMYK 0.840.000.37   0.31
XYZ18.873532.445220.3068
Yxy32.44520.26350.4530
Hunter Lab56.9607-40.536618.7353
CIE-Lab63.7091-51.870623.1618

#1cb06f color RGB value is (28,176,111).

#1cb06f hex color red value is 28, green value is 176 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #1cb06f hue: 0.43 , saturation: 0.73 and the lightness value of 1cb06f is 0.40.

The process color (four color CMYK) of #1cb06f color hex is 0.84, 0.00, 0.37, 0.31. Web safe color of #1cb06f is #339966. Color #1cb06f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00011100 10110000 01101111
Octal 34 260 157
Decimal 28 176 111
Hex 1C B0 6F

RGB Percentages of Color #1cb06f

%8.89
%55.87
%35.24

CMYK Percentages of Color #1cb06f

%84
%0
%37
%31

Triadic Colors of #1cb06f

#1cb06f #6f1cb0 #b06f1c

Analogous Colors of #1cb06f

#1cb06f #1ca7b0 #1cb025

Monochromatic Colors of #1cb06f

#1cb06f

Complementary Color

#1cb06f #b01c5d

#1cb06f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1cb06f Color Preview on White Background

Lorem ipsum dolor sit amet.

#1cb06f Color CSS Codes

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

#1cb06f Text Font Color

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

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


#1cb06f Background Color

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

This div background color is #1cb06f


#1cb06f Border Color

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

This div border color is #1cb06f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1cb06f


Comments

No comments written yet.

Please login to write comment.