Color Hex Logo

#7aebab Color Hex

#7AEBAB
(122,235,171)
0 Favorites   0 Comments

Color spaces of #7aebab

RGB 122235171
HSL0.410.740.70
HSV146°48°92°
CMYK 0.480.000.27   0.08
XYZ45.085166.494548.9866
Yxy66.49450.28080.4141
Hunter Lab81.5442-44.011121.4632
CIE-Lab85.2480-46.470521.3149

#7aebab color RGB value is (122,235,171).

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

The process color (four color CMYK) of #7aebab color hex is 0.48, 0.00, 0.27, 0.08. Web safe color of #7aebab is #66ff99. Color #7aebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101011 10101011
Octal 172 353 253
Decimal 122 235 171
Hex 7A EB AB

RGB Percentages of Color #7aebab

%23.11
%44.51
%32.39

CMYK Percentages of Color #7aebab

%48
%0
%27
%8

Triadic Colors of #7aebab

#7aebab #ab7aeb #ebab7a

Analogous Colors of #7aebab

#7aebab #7aebe4 #82eb7a

Monochromatic Colors of #7aebab

#7aebab

Complementary Color

#7aebab #eb7aba

#7aebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aebab Color CSS Codes

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

#7aebab Text Font Color

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

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


#7aebab Background Color

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

This div background color is #7aebab


#7aebab Border Color

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

This div border color is #7aebab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,235,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 #7aebab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aebab


Comments

No comments written yet.

Please login to write comment.