Color Hex Logo

#7ae6bc Color Hex

#7AE6BC
(122,230,188)
0 Favorites   0 Comments

Color spaces of #7ae6bc

RGB 122230188
HSL0.440.680.69
HSV157°47°90°
CMYK 0.470.000.18   0.10
XYZ45.400064.362057.6072
Yxy64.36200.27130.3846
Hunter Lab80.2259-39.381913.5843
CIE-Lab84.1539-40.848710.9200

#7ae6bc color RGB value is (122,230,188).

#7ae6bc hex color red value is 122, green value is 230 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #7ae6bc hue: 0.44 , saturation: 0.68 and the lightness value of 7ae6bc is 0.69.

The process color (four color CMYK) of #7ae6bc color hex is 0.47, 0.00, 0.18, 0.10. Web safe color of #7ae6bc is #66ffcc. Color #7ae6bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100110 10111100
Octal 172 346 274
Decimal 122 230 188
Hex 7A E6 BC

RGB Percentages of Color #7ae6bc

%22.59
%42.59
%34.81

CMYK Percentages of Color #7ae6bc

%47
%0
%18
%10

Triadic Colors of #7ae6bc

#7ae6bc #bc7ae6 #e6bc7a

Analogous Colors of #7ae6bc

#7ae6bc #7adae6 #7ae686

Monochromatic Colors of #7ae6bc

#7ae6bc

Complementary Color

#7ae6bc #e67aa4

#7ae6bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae6bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae6bc Color CSS Codes

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

#7ae6bc Text Font Color

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

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


#7ae6bc Background Color

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

This div background color is #7ae6bc


#7ae6bc Border Color

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

This div border color is #7ae6bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae6bc


Comments

No comments written yet.

Please login to write comment.