Color Hex Logo

#2cb480 Color Hex

#2CB480
(44,180,128)
0 Favorites   0 Comments

Color spaces of #2cb480

RGB 44180128
HSL0.440.610.44
HSV157°76°71°
CMYK 0.760.000.29   0.29
XYZ21.256234.736526.0066
Yxy34.73650.25920.4236
Hunter Lab58.9377-38.763915.0943
CIE-Lab65.5430-47.982816.5011

#2cb480 color RGB value is (44,180,128).

#2cb480 hex color red value is 44, green value is 180 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #2cb480 hue: 0.44 , saturation: 0.61 and the lightness value of 2cb480 is 0.44.

The process color (four color CMYK) of #2cb480 color hex is 0.76, 0.00, 0.29, 0.29. Web safe color of #2cb480 is #33cc99. Color #2cb480 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10110100 10000000
Octal 54 264 200
Decimal 44 180 128
Hex 2C B4 80

RGB Percentages of Color #2cb480

%12.50
%51.14
%36.36

CMYK Percentages of Color #2cb480

%76
%0
%29
%29

Triadic Colors of #2cb480

#2cb480 #802cb4 #b4802c

Analogous Colors of #2cb480

#2cb480 #2ca4b4 #2cb43c

Monochromatic Colors of #2cb480

#2cb480

Complementary Color

#2cb480 #b42c60

#2cb480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2cb480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2cb480 Color CSS Codes

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

#2cb480 Text Font Color

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

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


#2cb480 Background Color

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

This div background color is #2cb480


#2cb480 Border Color

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

This div border color is #2cb480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(44,180,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2cb480


Comments

No comments written yet.

Please login to write comment.