Color Hex Logo

#7afcbe Color Hex

#7AFCBE
(122,252,190)
0 Favorites   0 Comments

Color spaces of #7afcbe

RGB 122252190
HSL0.420.960.73
HSV151°52°99°
CMYK 0.520.000.25   0.01
XYZ52.130777.476160.9220
Yxy77.47610.27360.4066
Hunter Lab88.0205-48.318120.5777
CIE-Lab90.5403-49.944318.8861

#7afcbe color RGB value is (122,252,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111100 10111110
Octal 172 374 276
Decimal 122 252 190
Hex 7A FC BE

RGB Percentages of Color #7afcbe

%21.63
%44.68
%33.69

CMYK Percentages of Color #7afcbe

%52
%0
%25
%1

Triadic Colors of #7afcbe

#7afcbe #be7afc #fcbe7a

Analogous Colors of #7afcbe

#7afcbe #7af9fc #7afc7d

Monochromatic Colors of #7afcbe

#7afcbe

Complementary Color

#7afcbe #fc7ab8

#7afcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7afcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#7afcbe Color CSS Codes

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

#7afcbe Text Font Color

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

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


#7afcbe Background Color

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

This div background color is #7afcbe


#7afcbe Border Color

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

This div border color is #7afcbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,252,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 #7afcbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7afcbe


Comments

No comments written yet.

Please login to write comment.