Color Hex Logo

#7ebfaa Color Hex

#7EBFAA
(126,191,170)
0 Favorites   0 Comments

Color spaces of #7ebfaa

RGB 126191170
HSL0.450.340.62
HSV161°34°75°
CMYK 0.340.000.11   0.25
XYZ34.490744.599544.8209
Yxy44.59950.27840.3599
Hunter Lab66.7829-24.68186.9559
CIE-Lab72.6274-25.37924.0285

#7ebfaa color RGB value is (126,191,170).

#7ebfaa hex color red value is 126, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7ebfaa hue: 0.45 , saturation: 0.34 and the lightness value of 7ebfaa is 0.62.

The process color (four color CMYK) of #7ebfaa color hex is 0.34, 0.00, 0.11, 0.25. Web safe color of #7ebfaa is #66cc99. Color #7ebfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111111 10101010
Octal 176 277 252
Decimal 126 191 170
Hex 7E BF AA

RGB Percentages of Color #7ebfaa

%25.87
%39.22
%34.91

CMYK Percentages of Color #7ebfaa

%34
%0
%11
%25

Triadic Colors of #7ebfaa

#7ebfaa #aa7ebf #bfaa7e

Analogous Colors of #7ebfaa

#7ebfaa #7eb4bf #7ebf8a

Monochromatic Colors of #7ebfaa

#7ebfaa

Complementary Color

#7ebfaa #bf7e93

#7ebfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ebfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ebfaa Color CSS Codes

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

#7ebfaa Text Font Color

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

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


#7ebfaa Background Color

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

This div background color is #7ebfaa


#7ebfaa Border Color

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

This div border color is #7ebfaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,191,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ebfaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ebfaa;
  -webkit-box-shadow: 1px 1px 3px 2px #7ebfaa;
  box-shadow:         1px 1px 3px 2px #7ebfaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,191,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ebfaa


Comments

No comments written yet.

Please login to write comment.