Color Hex Logo

#2ad695 Color Hex

#2AD695
(42,214,149)
0 Favorites   0 Comments

Color spaces of #2ad695

RGB 42214149
HSL0.440.680.50
HSV157°80°84°
CMYK 0.800.000.30   0.16
XYZ30.426250.755336.6269
Yxy50.75530.25830.4308
Hunter Lab71.2428-48.441419.3881
CIE-Lab76.5305-56.801520.4409

#2ad695 color RGB value is (42,214,149).

#2ad695 hex color red value is 42, green value is 214 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #2ad695 hue: 0.44 , saturation: 0.68 and the lightness value of 2ad695 is 0.50.

The process color (four color CMYK) of #2ad695 color hex is 0.80, 0.00, 0.30, 0.16. Web safe color of #2ad695 is #33cc99. Color #2ad695 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 11010110 10010101
Octal 52 326 225
Decimal 42 214 149
Hex 2A D6 95

RGB Percentages of Color #2ad695

%10.37
%52.84
%36.79

CMYK Percentages of Color #2ad695

%80
%0
%30
%16

Triadic Colors of #2ad695

#2ad695 #952ad6 #d6952a

Analogous Colors of #2ad695

#2ad695 #2ac1d6 #2ad63f

Monochromatic Colors of #2ad695

#2ad695

Complementary Color

#2ad695 #d62a6b

#2ad695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2ad695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#2ad695 Color CSS Codes

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

#2ad695 Text Font Color

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

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


#2ad695 Background Color

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

This div background color is #2ad695


#2ad695 Border Color

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

This div border color is #2ad695


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(42,214,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #2ad695; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #2ad695;
  -webkit-box-shadow: 1px 1px 3px 2px #2ad695;
  box-shadow:         1px 1px 3px 2px #2ad695; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,214,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2ad695


Comments

No comments written yet.

Please login to write comment.