Color Hex Logo

#7bbcab Color Hex

#7BBCAB
(123,188,171)
0 Favorites   0 Comments

Color spaces of #7bbcab

RGB 123188171
HSL0.460.330.61
HSV164°35°74°
CMYK 0.350.000.09   0.26
XYZ33.502343.117745.0849
Yxy43.11770.27530.3543
Hunter Lab65.6641-23.84015.2564
CIE-Lab71.6348-24.54042.0256

#7bbcab color RGB value is (123,188,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111011 10111100 10101011
Octal 173 274 253
Decimal 123 188 171
Hex 7B BC AB

RGB Percentages of Color #7bbcab

%25.52
%39.00
%35.48

CMYK Percentages of Color #7bbcab

%35
%0
%9
%26

Triadic Colors of #7bbcab

#7bbcab #ab7bbc #bcab7b

Analogous Colors of #7bbcab

#7bbcab #7badbc #7bbc8b

Monochromatic Colors of #7bbcab

#7bbcab

Complementary Color

#7bbcab #bc7b8c

#7bbcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bbcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bbcab Color CSS Codes

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

#7bbcab Text Font Color

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

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


#7bbcab Background Color

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

This div background color is #7bbcab


#7bbcab Border Color

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

This div border color is #7bbcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bbcab


Comments

No comments written yet.

Please login to write comment.