Color Hex Logo

#7af655 Color Hex

#7AF655
(122,246,85)
0 Favorites   0 Comments

Color spaces of #7af655

RGB 12224685
HSL0.300.900.65
HSV106°65°96°
CMYK 0.500.000.65   0.04
XYZ42.621570.705019.9954
Yxy70.70500.31970.5303
Hunter Lab84.0863-56.673244.7614
CIE-Lab87.3415-62.730164.4943

#7af655 color RGB value is (122,246,85).

#7af655 hex color red value is 122, green value is 246 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #7af655 hue: 0.30 , saturation: 0.90 and the lightness value of 7af655 is 0.65.

The process color (four color CMYK) of #7af655 color hex is 0.50, 0.00, 0.65, 0.04. Web safe color of #7af655 is #66ff66. Color #7af655 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110110 01010101
Octal 172 366 125
Decimal 122 246 85
Hex 7A F6 55

RGB Percentages of Color #7af655

%26.93
%54.30
%18.76

CMYK Percentages of Color #7af655

%50
%0
%65
%4

Triadic Colors of #7af655

#7af655 #557af6 #f6557a

Analogous Colors of #7af655

#7af655 #55f681 #cbf655

Monochromatic Colors of #7af655

#7af655

Complementary Color

#7af655 #d155f6

#7af655 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af655 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af655 Color CSS Codes

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

#7af655 Text Font Color

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

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


#7af655 Background Color

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

This div background color is #7af655


#7af655 Border Color

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

This div border color is #7af655


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af655


Comments

No comments written yet.

Please login to write comment.