Color Hex Logo

#7bffbb Color Hex

#7BFFBB
(123,255,187)
0 Favorites   0 Comments

Color spaces of #7bffbb

RGB 123255187
HSL0.411.000.74
HSV149°52°100°
CMYK 0.520.000.27   0.00
XYZ52.898079.318859.5358
Yxy79.31880.27590.4137
Hunter Lab89.0611-49.836522.7084
CIE-Lab91.3783-51.558321.5905

#7bffbb color RGB value is (123,255,187).

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

The process color (four color CMYK) of #7bffbb color hex is 0.52, 0.00, 0.27, 0.00. Web safe color of #7bffbb is #66ffcc. Color #7bffbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11111111 10111011
Octal 173 377 273
Decimal 123 255 187
Hex 7B FF BB

RGB Percentages of Color #7bffbb

%21.77
%45.13
%33.10

CMYK Percentages of Color #7bffbb

%52
%0
%27
%0

Triadic Colors of #7bffbb

#7bffbb #bb7bff #ffbb7b

Analogous Colors of #7bffbb

#7bffbb #7bfffd #7dff7b

Monochromatic Colors of #7bffbb

#7bffbb

Complementary Color

#7bffbb #ff7bbf

#7bffbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bffbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bffbb Color CSS Codes

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

#7bffbb Text Font Color

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

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


#7bffbb Background Color

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

This div background color is #7bffbb


#7bffbb Border Color

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

This div border color is #7bffbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bffbb


Comments

No comments written yet.

Please login to write comment.