Color Hex Logo

#7bffae Color Hex

#7BFFAE
(123,255,174)
0 Favorites   0 Comments

Color spaces of #7bffae

RGB 123255174
HSL0.401.000.74
HSV143°52°100°
CMYK 0.520.000.32   0.00
XYZ51.568478.786952.5339
Yxy78.78690.28200.4308
Hunter Lab88.7620-51.629627.0425
CIE-Lab91.1378-53.996527.8564

#7bffae color RGB value is (123,255,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 10101110
Octal 173 377 256
Decimal 123 255 174
Hex 7B FF AE

RGB Percentages of Color #7bffae

%22.28
%46.20
%31.52

CMYK Percentages of Color #7bffae

%52
%0
%32
%0

Triadic Colors of #7bffae

#7bffae #ae7bff #ffae7b

Analogous Colors of #7bffae

#7bffae #7bfff0 #8aff7b

Monochromatic Colors of #7bffae

#7bffae

Complementary Color

#7bffae #ff7bcc

#7bffae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffae Color CSS Codes

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

#7bffae Text Font Color

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

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


#7bffae Background Color

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

This div background color is #7bffae


#7bffae Border Color

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

This div border color is #7bffae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffae


Comments

No comments written yet.

Please login to write comment.