Color Hex Logo

#7afee5 Color Hex

#7AFEE5
(122,254,229)
0 Favorites   0 Comments

Color spaces of #7afee5

RGB 122254229
HSL0.470.990.74
HSV169°52°100°
CMYK 0.520.000.10   0.00
XYZ57.610780.678386.6648
Yxy80.67830.25610.3586
Hunter Lab89.8211-42.69815.6682
CIE-Lab91.9883-42.31970.8375

#7afee5 color RGB value is (122,254,229).

#7afee5 hex color red value is 122, green value is 254 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #7afee5 hue: 0.47 , saturation: 0.99 and the lightness value of 7afee5 is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111110 11100101
Octal 172 376 345
Decimal 122 254 229
Hex 7A FE E5

RGB Percentages of Color #7afee5

%20.17
%41.98
%37.85

CMYK Percentages of Color #7afee5

%52
%0
%10
%0

Triadic Colors of #7afee5

#7afee5 #e57afe #fee57a

Analogous Colors of #7afee5

#7afee5 #7ad5fe #7afea3

Monochromatic Colors of #7afee5

#7afee5

Complementary Color

#7afee5 #fe7a93

#7afee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afee5 Color CSS Codes

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

#7afee5 Text Font Color

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

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


#7afee5 Background Color

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

This div background color is #7afee5


#7afee5 Border Color

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

This div border color is #7afee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afee5

Related Colors


Comments

No comments written yet.

Please login to write comment.