Color Hex Logo

#7eafa5 Color Hex

#7EAFA5
(126,175,165)
0 Favorites   0 Comments

Color spaces of #7eafa5

RGB 126175165
HSL0.470.230.59
HSV168°28°69°
CMYK 0.280.000.06   0.31
XYZ30.725737.812241.2764
Yxy37.81220.27980.3443
Hunter Lab61.4916-18.41873.2456
CIE-Lab67.8820-18.4046-0.1232

#7eafa5 color RGB value is (126,175,165).

#7eafa5 hex color red value is 126, green value is 175 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #7eafa5 hue: 0.47 , saturation: 0.23 and the lightness value of 7eafa5 is 0.59.

The process color (four color CMYK) of #7eafa5 color hex is 0.28, 0.00, 0.06, 0.31. Web safe color of #7eafa5 is #669999. Color #7eafa5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101111 10100101
Octal 176 257 245
Decimal 126 175 165
Hex 7E AF A5

RGB Percentages of Color #7eafa5

%27.04
%37.55
%35.41

CMYK Percentages of Color #7eafa5

%28
%0
%6
%31

Triadic Colors of #7eafa5

#7eafa5 #a57eaf #afa57e

Analogous Colors of #7eafa5

#7eafa5 #7ea1af #7eaf8d

Monochromatic Colors of #7eafa5

#7eafa5

Complementary Color

#7eafa5 #af7e88

#7eafa5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eafa5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eafa5 Color CSS Codes

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

#7eafa5 Text Font Color

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

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


#7eafa5 Background Color

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

This div background color is #7eafa5


#7eafa5 Border Color

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

This div border color is #7eafa5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eafa5


Comments

No comments written yet.

Please login to write comment.