Color Hex Logo

#2caf59 Color Hex

#2CAF59
(44,175,89)
0 Favorites   0 Comments

Color spaces of #2caf59

RGB 4417589
HSL0.390.600.43
HSV141°75°69°
CMYK 0.750.000.49   0.31
XYZ18.171931.916714.6540
Yxy31.91670.28070.4930
Hunter Lab56.4949-41.450524.1674
CIE-Lab63.2740-53.655234.1860

#2caf59 color RGB value is (44,175,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101111 01011001
Octal 54 257 131
Decimal 44 175 89
Hex 2C AF 59

RGB Percentages of Color #2caf59

%14.29
%56.82
%28.90

CMYK Percentages of Color #2caf59

%75
%0
%49
%31

Triadic Colors of #2caf59

#2caf59 #592caf #af592c

Analogous Colors of #2caf59

#2caf59 #2caf9b #41af2c

Monochromatic Colors of #2caf59

#2caf59

Complementary Color

#2caf59 #af2c82

#2caf59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caf59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caf59 Color CSS Codes

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

#2caf59 Text Font Color

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

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


#2caf59 Background Color

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

This div background color is #2caf59


#2caf59 Border Color

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

This div border color is #2caf59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caf59


Comments

No comments written yet.

Please login to write comment.