Color Hex Logo

#7ccac0 Color Hex

#7CCAC0
(124,202,192)
0 Favorites   0 Comments

Color spaces of #7ccac0

RGB 124202192
HSL0.480.420.64
HSV172°39°79°
CMYK 0.390.000.05   0.21
XYZ38.947150.331957.5315
Yxy50.33190.26530.3428
Hunter Lab70.9450-26.16151.5814
CIE-Lab76.2725-26.3489-2.5977

#7ccac0 color RGB value is (124,202,192).

#7ccac0 hex color red value is 124, green value is 202 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #7ccac0 hue: 0.48 , saturation: 0.42 and the lightness value of 7ccac0 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 11000000
Octal 174 312 300
Decimal 124 202 192
Hex 7C CA C0

RGB Percentages of Color #7ccac0

%23.94
%39.00
%37.07

CMYK Percentages of Color #7ccac0

%39
%0
%5
%21

Triadic Colors of #7ccac0

#7ccac0 #c07cca #cac07c

Analogous Colors of #7ccac0

#7ccac0 #7cadca #7cca99

Monochromatic Colors of #7ccac0

#7ccac0

Complementary Color

#7ccac0 #ca7c86

#7ccac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccac0 Color CSS Codes

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

#7ccac0 Text Font Color

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

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


#7ccac0 Background Color

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

This div background color is #7ccac0


#7ccac0 Border Color

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

This div border color is #7ccac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccac0


Comments

No comments written yet.

Please login to write comment.