Color Hex Logo

#7bbeac Color Hex

#7BBEAC
(123,190,172)
0 Favorites   0 Comments

Color spaces of #7bbeac

RGB 123190172
HSL0.460.340.61
HSV164°35°75°
CMYK 0.350.000.09   0.25
XYZ34.028244.016445.7323
Yxy44.01640.27490.3556
Hunter Lab66.3449-24.55115.5721
CIE-Lab72.2395-25.30832.3580

#7bbeac color RGB value is (123,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111110 10101100
Octal 173 276 254
Decimal 123 190 172
Hex 7B BE AC

RGB Percentages of Color #7bbeac

%25.36
%39.18
%35.46

CMYK Percentages of Color #7bbeac

%35
%0
%9
%25

Triadic Colors of #7bbeac

#7bbeac #ac7bbe #beac7b

Analogous Colors of #7bbeac

#7bbeac #7bafbe #7bbe8b

Monochromatic Colors of #7bbeac

#7bbeac

Complementary Color

#7bbeac #be7b8d

#7bbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbeac Color CSS Codes

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

#7bbeac Text Font Color

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

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


#7bbeac Background Color

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

This div background color is #7bbeac


#7bbeac Border Color

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

This div border color is #7bbeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbeac


Comments

No comments written yet.

Please login to write comment.