Color Hex Logo

#7af6bb Color Hex

#7AF6BB
(122,246,187)
0 Favorites   0 Comments

Color spaces of #7af6bb

RGB 122246187
HSL0.420.870.72
HSV151°50°96°
CMYK 0.500.000.24   0.04
XYZ49.951473.637058.5943
Yxy73.63700.27420.4042
Hunter Lab85.8120-46.265719.5839
CIE-Lab88.7506-48.014917.9267

#7af6bb color RGB value is (122,246,187).

#7af6bb hex color red value is 122, green value is 246 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7af6bb hue: 0.42 , saturation: 0.87 and the lightness value of 7af6bb is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11110110 10111011
Octal 172 366 273
Decimal 122 246 187
Hex 7A F6 BB

RGB Percentages of Color #7af6bb

%21.98
%44.32
%33.69

CMYK Percentages of Color #7af6bb

%50
%0
%24
%4

Triadic Colors of #7af6bb

#7af6bb #bb7af6 #f6bb7a

Analogous Colors of #7af6bb

#7af6bb #7af3f6 #7af67d

Monochromatic Colors of #7af6bb

#7af6bb

Complementary Color

#7af6bb #f67ab5

#7af6bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af6bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af6bb Color CSS Codes

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

#7af6bb Text Font Color

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

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


#7af6bb Background Color

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

This div background color is #7af6bb


#7af6bb Border Color

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

This div border color is #7af6bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7af6bb


Comments

No comments written yet.

Please login to write comment.