Color Hex Logo

#7bbeaa Color Hex

#7BBEAA
(123,190,170)
0 Favorites   0 Comments

Color spaces of #7bbeaa

RGB 123190170
HSL0.450.340.61
HSV162°35°75°
CMYK 0.350.000.11   0.25
XYZ33.837543.940144.7281
Yxy43.94010.27620.3587
Hunter Lab66.2873-24.88456.3946
CIE-Lab72.1884-25.75293.3744

#7bbeaa color RGB value is (123,190,170).

#7bbeaa hex color red value is 123, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7bbeaa hue: 0.45 , saturation: 0.34 and the lightness value of 7bbeaa is 0.61.

The process color (four color CMYK) of #7bbeaa color hex is 0.35, 0.00, 0.11, 0.25. Web safe color of #7bbeaa is #66cc99. Color #7bbeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10101010
Octal 173 276 252
Decimal 123 190 170
Hex 7B BE AA

RGB Percentages of Color #7bbeaa

%25.47
%39.34
%35.20

CMYK Percentages of Color #7bbeaa

%35
%0
%11
%25

Triadic Colors of #7bbeaa

#7bbeaa #aa7bbe #beaa7b

Analogous Colors of #7bbeaa

#7bbeaa #7bb1be #7bbe89

Monochromatic Colors of #7bbeaa

#7bbeaa

Complementary Color

#7bbeaa #be7b8f

#7bbeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeaa Color CSS Codes

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

#7bbeaa Text Font Color

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

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


#7bbeaa Background Color

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

This div background color is #7bbeaa


#7bbeaa Border Color

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

This div border color is #7bbeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeaa


Comments

No comments written yet.

Please login to write comment.