Color Hex Logo

#7adda8 Color Hex

#7ADDA8
(122,221,168)
0 Favorites   0 Comments

Color spaces of #7adda8

RGB 122221168
HSL0.410.590.67
HSV148°45°87°
CMYK 0.450.000.24   0.13
XYZ40.950458.677646.2134
Yxy58.67760.28080.4023
Hunter Lab76.6013-38.627717.8514
CIE-Lab81.1141-40.956317.1356

#7adda8 color RGB value is (122,221,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11011101 10101000
Octal 172 335 250
Decimal 122 221 168
Hex 7A DD A8

RGB Percentages of Color #7adda8

%23.87
%43.25
%32.88

CMYK Percentages of Color #7adda8

%45
%0
%24
%13

Triadic Colors of #7adda8

#7adda8 #a87add #dda87a

Analogous Colors of #7adda8

#7adda8 #7addda #7edd7a

Monochromatic Colors of #7adda8

#7adda8

Complementary Color

#7adda8 #dd7aaf

#7adda8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7adda8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7adda8 Color CSS Codes

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

#7adda8 Text Font Color

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

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


#7adda8 Background Color

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

This div background color is #7adda8


#7adda8 Border Color

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

This div border color is #7adda8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7adda8


Comments

No comments written yet.

Please login to write comment.