Color Hex Logo

#2caf91 Color Hex

#2CAF91
(44,175,145)
0 Favorites   0 Comments

Color spaces of #2caf91

RGB 44175145
HSL0.460.600.43
HSV166°75°69°
CMYK 0.750.000.17   0.31
XYZ21.479533.239832.0719
Yxy33.23980.24750.3830
Hunter Lab57.6540-34.39277.3758
CIE-Lab64.3546-41.80145.4710

#2caf91 color RGB value is (44,175,145).

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

The process color (four color CMYK) of #2caf91 color hex is 0.75, 0.00, 0.17, 0.31. Web safe color of #2caf91 is #339999. Color #2caf91 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101100 10101111 10010001
Octal 54 257 221
Decimal 44 175 145
Hex 2C AF 91

RGB Percentages of Color #2caf91

%12.09
%48.08
%39.84

CMYK Percentages of Color #2caf91

%75
%0
%17
%31

Triadic Colors of #2caf91

#2caf91 #912caf #af912c

Analogous Colors of #2caf91

#2caf91 #2c8caf #2caf50

Monochromatic Colors of #2caf91

#2caf91

Complementary Color

#2caf91 #af2c4a

#2caf91 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2caf91 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2caf91 Color CSS Codes

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

#2caf91 Text Font Color

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

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


#2caf91 Background Color

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

This div background color is #2caf91


#2caf91 Border Color

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

This div border color is #2caf91


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2caf91


Comments

No comments written yet.

Please login to write comment.