Color Hex Logo

#2cb06b Color Hex

#2CB06B
(44,176,107)
0 Favorites   0 Comments

Color spaces of #2cb06b

RGB 44176107
HSL0.410.600.43
HSV149°75°69°
CMYK 0.750.000.39   0.31
XYZ19.217932.647719.1987
Yxy32.64770.27040.4594
Hunter Lab57.1382-39.954920.0750
CIE-Lab63.8746-50.820325.5645

#2cb06b color RGB value is (44,176,107).

#2cb06b hex color red value is 44, green value is 176 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #2cb06b hue: 0.41 , saturation: 0.60 and the lightness value of 2cb06b is 0.43.

The process color (four color CMYK) of #2cb06b color hex is 0.75, 0.00, 0.39, 0.31. Web safe color of #2cb06b is #339966. Color #2cb06b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10110000 01101011
Octal 54 260 153
Decimal 44 176 107
Hex 2C B0 6B

RGB Percentages of Color #2cb06b

%13.46
%53.82
%32.72

CMYK Percentages of Color #2cb06b

%75
%0
%39
%31

Triadic Colors of #2cb06b

#2cb06b #6b2cb0 #b06b2c

Analogous Colors of #2cb06b

#2cb06b #2cb0ad #2fb02c

Monochromatic Colors of #2cb06b

#2cb06b

Complementary Color

#2cb06b #b02c71

#2cb06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cb06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cb06b Color CSS Codes

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

#2cb06b Text Font Color

<p style="color:#2cb06b">Text here</p>

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


#2cb06b Background Color

<div style="background-color:#2cb06b">
Div content here</div>

This div background color is #2cb06b


#2cb06b Border Color

<div style="border:3px solid #2cb06b">
Div here</div>

This div border color is #2cb06b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,176,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 #2cb06b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cb06b


Comments

No comments written yet.

Please login to write comment.