Color Hex Logo

#7aeebb Color Hex

#7AEEBB
(122,238,187)
0 Favorites   0 Comments

Color spaces of #7aeebb

RGB 122238187
HSL0.430.770.71
HSV154°49°93°
CMYK 0.490.000.21   0.07
XYZ47.570268.874557.8006
Yxy68.87450.27300.3953
Hunter Lab82.9907-42.917616.7997
CIE-Lab86.4419-44.579614.6839

#7aeebb color RGB value is (122,238,187).

#7aeebb hex color red value is 122, green value is 238 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7aeebb hue: 0.43 , saturation: 0.77 and the lightness value of 7aeebb is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 10111011
Octal 172 356 273
Decimal 122 238 187
Hex 7A EE BB

RGB Percentages of Color #7aeebb

%22.30
%43.51
%34.19

CMYK Percentages of Color #7aeebb

%49
%0
%21
%7

Triadic Colors of #7aeebb

#7aeebb #bb7aee #eebb7a

Analogous Colors of #7aeebb

#7aeebb #7ae7ee #7aee81

Monochromatic Colors of #7aeebb

#7aeebb

Complementary Color

#7aeebb #ee7aad

#7aeebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeebb Color CSS Codes

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

#7aeebb Text Font Color

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

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


#7aeebb Background Color

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

This div background color is #7aeebb


#7aeebb Border Color

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

This div border color is #7aeebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeebb


Comments

No comments written yet.

Please login to write comment.