Color Hex Logo

#7bcaab Color Hex

#7BCAAB
(123,202,171)
0 Favorites   0 Comments

Color spaces of #7bcaab

RGB 123202171
HSL0.430.430.64
HSV156°39°79°
CMYK 0.390.000.15   0.21
XYZ36.639649.392346.1306
Yxy49.39230.27720.3737
Hunter Lab70.2797-29.930210.2786
CIE-Lab75.6947-31.34267.8818

#7bcaab color RGB value is (123,202,171).

#7bcaab hex color red value is 123, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7bcaab hue: 0.43 , saturation: 0.43 and the lightness value of 7bcaab is 0.64.

The process color (four color CMYK) of #7bcaab color hex is 0.39, 0.00, 0.15, 0.21. Web safe color of #7bcaab is #66cc99. Color #7bcaab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111011 11001010 10101011
Octal 173 312 253
Decimal 123 202 171
Hex 7B CA AB

RGB Percentages of Color #7bcaab

%24.80
%40.73
%34.48

CMYK Percentages of Color #7bcaab

%39
%0
%15
%21

Triadic Colors of #7bcaab

#7bcaab #ab7bca #caab7b

Analogous Colors of #7bcaab

#7bcaab #7bc2ca #7bca84

Monochromatic Colors of #7bcaab

#7bcaab

Complementary Color

#7bcaab #ca7b9a

#7bcaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7bcaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7bcaab Color CSS Codes

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

#7bcaab Text Font Color

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

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


#7bcaab Background Color

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

This div background color is #7bcaab


#7bcaab Border Color

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

This div border color is #7bcaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7bcaab


Comments

No comments written yet.

Please login to write comment.