Color Hex Logo

#7bfdaa Color Hex

#7BFDAA
(123,253,170)
0 Favorites   0 Comments

Color spaces of #7bfdaa

RGB 123253170
HSL0.390.970.74
HSV142°51°99°
CMYK 0.510.000.33   0.01
XYZ50.549477.363850.2987
Yxy77.36380.28360.4341
Hunter Lab87.9567-51.338927.6643
CIE-Lab90.4888-53.903228.9945

#7bfdaa color RGB value is (123,253,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111101 10101010
Octal 173 375 252
Decimal 123 253 170
Hex 7B FD AA

RGB Percentages of Color #7bfdaa

%22.53
%46.34
%31.14

CMYK Percentages of Color #7bfdaa

%51
%0
%33
%1

Triadic Colors of #7bfdaa

#7bfdaa #aa7bfd #fdaa7b

Analogous Colors of #7bfdaa

#7bfdaa #7bfdeb #8dfd7b

Monochromatic Colors of #7bfdaa

#7bfdaa

Complementary Color

#7bfdaa #fd7bce

#7bfdaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfdaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfdaa Color CSS Codes

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

#7bfdaa Text Font Color

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

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


#7bfdaa Background Color

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

This div background color is #7bfdaa


#7bfdaa Border Color

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

This div border color is #7bfdaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfdaa

Related Colors


Comments

No comments written yet.

Please login to write comment.