Color Hex Logo

#7bfaad Color Hex

#7BFAAD
(123,250,173)
0 Favorites   0 Comments

Color spaces of #7bfaad

RGB 123250173
HSL0.400.930.73
HSV144°51°98°
CMYK 0.510.000.31   0.02
XYZ49.896875.599351.4975
Yxy75.59930.28190.4271
Hunter Lab86.9479-49.722925.7472
CIE-Lab89.6730-52.137526.3692

#7bfaad color RGB value is (123,250,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111010 10101101
Octal 173 372 255
Decimal 123 250 173
Hex 7B FA AD

RGB Percentages of Color #7bfaad

%22.53
%45.79
%31.68

CMYK Percentages of Color #7bfaad

%51
%0
%31
%2

Triadic Colors of #7bfaad

#7bfaad #ad7bfa #faad7b

Analogous Colors of #7bfaad

#7bfaad #7bfaed #89fa7b

Monochromatic Colors of #7bfaad

#7bfaad

Complementary Color

#7bfaad #fa7bc8

#7bfaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfaad Color CSS Codes

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

#7bfaad Text Font Color

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

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


#7bfaad Background Color

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

This div background color is #7bfaad


#7bfaad Border Color

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

This div border color is #7bfaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfaad


Comments

No comments written yet.

Please login to write comment.