Color Hex Logo

#7bffaa Color Hex

#7BFFAA
(123,255,170)
0 Favorites   0 Comments

Color spaces of #7bffaa

RGB 123255170
HSL0.391.000.74
HSV141°52°100°
CMYK 0.520.000.33   0.00
XYZ51.184178.633250.5103
Yxy78.63320.28380.4361
Hunter Lab88.6754-52.150328.3006
CIE-Lab91.0681-54.711629.7767

#7bffaa color RGB value is (123,255,170).

#7bffaa hex color red value is 123, green value is 255 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7bffaa hue: 0.39 , saturation: 1.00 and the lightness value of 7bffaa is 0.74.

The process color (four color CMYK) of #7bffaa color hex is 0.52, 0.00, 0.33, 0.00. Web safe color of #7bffaa is #66ff99. Color #7bffaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 10101010
Octal 173 377 252
Decimal 123 255 170
Hex 7B FF AA

RGB Percentages of Color #7bffaa

%22.45
%46.53
%31.02

CMYK Percentages of Color #7bffaa

%52
%0
%33
%0

Triadic Colors of #7bffaa

#7bffaa #aa7bff #ffaa7b

Analogous Colors of #7bffaa

#7bffaa #7bffec #8eff7b

Monochromatic Colors of #7bffaa

#7bffaa

Complementary Color

#7bffaa #ff7bd0

#7bffaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffaa Color CSS Codes

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

#7bffaa Text Font Color

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

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


#7bffaa Background Color

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

This div background color is #7bffaa


#7bffaa Border Color

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

This div border color is #7bffaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(123,255,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7bffaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7bffaa;
  -webkit-box-shadow: 1px 1px 3px 2px #7bffaa;
  box-shadow:         1px 1px 3px 2px #7bffaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(123,255,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffaa

Related Colors


Comments

No comments written yet.

Please login to write comment.