Color Hex Logo

#7bfaab Color Hex

#7BFAAB
(123,250,171)
0 Favorites   0 Comments

Color spaces of #7bfaab

RGB 123250171
HSL0.400.930.73
HSV143°51°98°
CMYK 0.510.000.32   0.02
XYZ49.704775.522450.4857
Yxy75.52240.28290.4298
Hunter Lab86.9036-49.987926.3887
CIE-Lab89.6371-52.501327.3347

#7bfaab color RGB value is (123,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111010 10101011
Octal 173 372 253
Decimal 123 250 171
Hex 7B FA AB

RGB Percentages of Color #7bfaab

%22.61
%45.96
%31.43

CMYK Percentages of Color #7bfaab

%51
%0
%32
%2

Triadic Colors of #7bfaab

#7bfaab #ab7bfa #faab7b

Analogous Colors of #7bfaab

#7bfaab #7bfaeb #8bfa7b

Monochromatic Colors of #7bfaab

#7bfaab

Complementary Color

#7bfaab #fa7bca

#7bfaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfaab Color CSS Codes

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

#7bfaab Text Font Color

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

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


#7bfaab Background Color

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

This div background color is #7bfaab


#7bfaab Border Color

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

This div border color is #7bfaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfaab


Comments

No comments written yet.

Please login to write comment.