Color Hex Logo

#7ccbaa Color Hex

#7CCBAA
(124,203,170)
0 Favorites   0 Comments

Color spaces of #7ccbaa

RGB 124203170
HSL0.430.430.64
HSV155°39°80°
CMYK 0.390.000.16   0.20
XYZ36.923849.899245.7156
Yxy49.89920.27860.3765
Hunter Lab70.6394-30.315411.0769
CIE-Lab76.0073-31.75168.8726

#7ccbaa color RGB value is (124,203,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001011 10101010
Octal 174 313 252
Decimal 124 203 170
Hex 7C CB AA

RGB Percentages of Color #7ccbaa

%24.95
%40.85
%34.21

CMYK Percentages of Color #7ccbaa

%39
%0
%16
%20

Triadic Colors of #7ccbaa

#7ccbaa #aa7ccb #cbaa7c

Analogous Colors of #7ccbaa

#7ccbaa #7cc5cb #7ccb83

Monochromatic Colors of #7ccbaa

#7ccbaa

Complementary Color

#7ccbaa #cb7c9d

#7ccbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccbaa Color CSS Codes

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

#7ccbaa Text Font Color

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

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


#7ccbaa Background Color

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

This div background color is #7ccbaa


#7ccbaa Border Color

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

This div border color is #7ccbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccbaa


Comments

No comments written yet.

Please login to write comment.