Color Hex Logo

#7bfbab Color Hex

#7BFBAB
(123,251,171)
0 Favorites   0 Comments

Color spaces of #7bfbab

RGB 123251171
HSL0.400.940.73
HSV143°51°98°
CMYK 0.510.000.32   0.02
XYZ50.016276.145650.5895
Yxy76.14560.28300.4308
Hunter Lab87.2614-50.395526.7099
CIE-Lab89.9269-52.910627.7283

#7bfbab color RGB value is (123,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111011 10101011
Octal 173 373 253
Decimal 123 251 171
Hex 7B FB AB

RGB Percentages of Color #7bfbab

%22.57
%46.06
%31.38

CMYK Percentages of Color #7bfbab

%51
%0
%32
%2

Triadic Colors of #7bfbab

#7bfbab #ab7bfb #fbab7b

Analogous Colors of #7bfbab

#7bfbab #7bfbeb #8bfb7b

Monochromatic Colors of #7bfbab

#7bfbab

Complementary Color

#7bfbab #fb7bcb

#7bfbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bfbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bfbab Color CSS Codes

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

#7bfbab Text Font Color

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

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


#7bfbab Background Color

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

This div background color is #7bfbab


#7bfbab Border Color

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

This div border color is #7bfbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bfbab


Comments

No comments written yet.

Please login to write comment.