Color Hex Logo

#7aedab Color Hex

#7AEDAB
(122,237,171)
0 Favorites   0 Comments

Color spaces of #7aedab

RGB 122237171
HSL0.400.760.70
HSV146°49°93°
CMYK 0.490.000.28   0.07
XYZ45.660967.646249.1785
Yxy67.64620.28100.4163
Hunter Lab82.2473-44.835722.1216
CIE-Lab85.8292-47.322722.1171

#7aedab color RGB value is (122,237,171).

#7aedab hex color red value is 122, green value is 237 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7aedab hue: 0.40 , saturation: 0.76 and the lightness value of 7aedab is 0.70.

The process color (four color CMYK) of #7aedab color hex is 0.49, 0.00, 0.28, 0.07. Web safe color of #7aedab is #66ff99. Color #7aedab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101101 10101011
Octal 172 355 253
Decimal 122 237 171
Hex 7A ED AB

RGB Percentages of Color #7aedab

%23.02
%44.72
%32.26

CMYK Percentages of Color #7aedab

%49
%0
%28
%7

Triadic Colors of #7aedab

#7aedab #ab7aed #edab7a

Analogous Colors of #7aedab

#7aedab #7aede5 #83ed7a

Monochromatic Colors of #7aedab

#7aedab

Complementary Color

#7aedab #ed7abc

#7aedab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aedab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aedab Color CSS Codes

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

#7aedab Text Font Color

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

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


#7aedab Background Color

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

This div background color is #7aedab


#7aedab Border Color

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

This div border color is #7aedab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aedab


Comments

No comments written yet.

Please login to write comment.