Color Hex Logo

#7cccba Color Hex

#7CCCBA
(124,204,186)
0 Favorites   0 Comments

Color spaces of #7cccba

RGB 124204186
HSL0.460.440.64
HSV167°39°80°
CMYK 0.390.000.09   0.20
XYZ38.768051.016054.2582
Yxy51.01600.26910.3542
Hunter Lab71.4255-28.10924.9583
CIE-Lab76.6887-28.71291.2464

#7cccba color RGB value is (124,204,186).

#7cccba hex color red value is 124, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #7cccba hue: 0.46 , saturation: 0.44 and the lightness value of 7cccba is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001100 10111010
Octal 174 314 272
Decimal 124 204 186
Hex 7C CC BA

RGB Percentages of Color #7cccba

%24.12
%39.69
%36.19

CMYK Percentages of Color #7cccba

%39
%0
%9
%20

Triadic Colors of #7cccba

#7cccba #ba7ccc #ccba7c

Analogous Colors of #7cccba

#7cccba #7cb6cc #7ccc92

Monochromatic Colors of #7cccba

#7cccba

Complementary Color

#7cccba #cc7c8e

#7cccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cccba Color CSS Codes

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

#7cccba Text Font Color

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

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


#7cccba Background Color

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

This div background color is #7cccba


#7cccba Border Color

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

This div border color is #7cccba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,204,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cccba

#7cccba Color Palettes


Comments

No comments written yet.

Please login to write comment.