Color Hex Logo

#7afabe Color Hex

#7AFABE
(122,250,190)
0 Favorites   0 Comments

Color spaces of #7afabe

RGB 122250190
HSL0.420.930.73
HSV152°51°98°
CMYK 0.510.000.24   0.02
XYZ51.505976.226560.7137
Yxy76.22650.27330.4045
Hunter Lab87.3078-47.485319.8853
CIE-Lab89.9644-49.103718.0812

#7afabe color RGB value is (122,250,190).

#7afabe hex color red value is 122, green value is 250 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #7afabe hue: 0.42 , saturation: 0.93 and the lightness value of 7afabe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111010 10111110
Octal 172 372 276
Decimal 122 250 190
Hex 7A FA BE

RGB Percentages of Color #7afabe

%21.71
%44.48
%33.81

CMYK Percentages of Color #7afabe

%51
%0
%24
%2

Triadic Colors of #7afabe

#7afabe #be7afa #fabe7a

Analogous Colors of #7afabe

#7afabe #7af6fa #7afa7e

Monochromatic Colors of #7afabe

#7afabe

Complementary Color

#7afabe #fa7ab6

#7afabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afabe Color CSS Codes

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

#7afabe Text Font Color

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

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


#7afabe Background Color

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

This div background color is #7afabe


#7afabe Border Color

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

This div border color is #7afabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afabe


Comments

No comments written yet.

Please login to write comment.