Color Hex Logo

#7add90 Color Hex

#7ADD90
(122,221,144)
0 Favorites   0 Comments

Color spaces of #7add90

RGB 122221144
HSL0.370.590.67
HSV133°45°87°
CMYK 0.450.000.35   0.13
XYZ38.916557.864135.5033
Yxy57.86410.29420.4374
Hunter Lab76.0685-41.799525.5756
CIE-Lab80.6632-45.371429.0033

#7add90 color RGB value is (122,221,144).

#7add90 hex color red value is 122, green value is 221 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #7add90 hue: 0.37 , saturation: 0.59 and the lightness value of 7add90 is 0.67.

The process color (four color CMYK) of #7add90 color hex is 0.45, 0.00, 0.35, 0.13. Web safe color of #7add90 is #66cc99. Color #7add90 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10010000
Octal 172 335 220
Decimal 122 221 144
Hex 7A DD 90

RGB Percentages of Color #7add90

%25.05
%45.38
%29.57

CMYK Percentages of Color #7add90

%45
%0
%35
%13

Triadic Colors of #7add90

#7add90 #907add #dd907a

Analogous Colors of #7add90

#7add90 #7addc2 #96dd7a

Monochromatic Colors of #7add90

#7add90

Complementary Color

#7add90 #dd7ac7

#7add90 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7add90 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7add90 Color CSS Codes

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

#7add90 Text Font Color

<p style="color:#7add90">Text here</p>

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


#7add90 Background Color

<div style="background-color:#7add90">
Div content here</div>

This div background color is #7add90


#7add90 Border Color

<div style="border:3px solid #7add90">
Div here</div>

This div border color is #7add90


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,221,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7add90; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7add90;
  -webkit-box-shadow: 1px 1px 3px 2px #7add90;
  box-shadow:         1px 1px 3px 2px #7add90; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,221,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7add90


Comments

No comments written yet.

Please login to write comment.