Color Hex Logo

#7befbb Color Hex

#7BEFBB
(123,239,187)
0 Favorites   0 Comments

Color spaces of #7befbb

RGB 123239187
HSL0.430.780.71
HSV153°49°94°
CMYK 0.490.000.22   0.06
XYZ48.004569.531857.9046
Yxy69.53180.27360.3963
Hunter Lab83.3857-43.164017.1979
CIE-Lab86.7667-44.775315.1469

#7befbb color RGB value is (123,239,187).

#7befbb hex color red value is 123, green value is 239 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #7befbb hue: 0.43 , saturation: 0.78 and the lightness value of 7befbb is 0.71.

The process color (four color CMYK) of #7befbb color hex is 0.49, 0.00, 0.22, 0.06. Web safe color of #7befbb is #66ffcc. Color #7befbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11101111 10111011
Octal 173 357 273
Decimal 123 239 187
Hex 7B EF BB

RGB Percentages of Color #7befbb

%22.40
%43.53
%34.06

CMYK Percentages of Color #7befbb

%49
%0
%22
%6

Triadic Colors of #7befbb

#7befbb #bb7bef #efbb7b

Analogous Colors of #7befbb

#7befbb #7be9ef #7bef81

Monochromatic Colors of #7befbb

#7befbb

Complementary Color

#7befbb #ef7baf

#7befbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7befbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#7befbb Color CSS Codes

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

#7befbb Text Font Color

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

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


#7befbb Background Color

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

This div background color is #7befbb


#7befbb Border Color

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

This div border color is #7befbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7befbb


Comments

No comments written yet.

Please login to write comment.