Color Hex Logo

#7ccabc Color Hex

#7CCABC
(124,202,188)
0 Favorites   0 Comments

Color spaces of #7ccabc

RGB 124202188
HSL0.470.420.64
HSV169°39°79°
CMYK 0.390.000.07   0.21
XYZ38.509850.157055.2285
Yxy50.15700.26760.3486
Hunter Lab70.8216-26.87703.3393
CIE-Lab76.1655-27.2829-0.5953

#7ccabc color RGB value is (124,202,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10111100
Octal 174 312 274
Decimal 124 202 188
Hex 7C CA BC

RGB Percentages of Color #7ccabc

%24.12
%39.30
%36.58

CMYK Percentages of Color #7ccabc

%39
%0
%7
%21

Triadic Colors of #7ccabc

#7ccabc #bc7cca #cabc7c

Analogous Colors of #7ccabc

#7ccabc #7cb1ca #7cca95

Monochromatic Colors of #7ccabc

#7ccabc

Complementary Color

#7ccabc #ca7c8a

#7ccabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccabc Color CSS Codes

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

#7ccabc Text Font Color

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

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


#7ccabc Background Color

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

This div background color is #7ccabc


#7ccabc Border Color

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

This div border color is #7ccabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccabc


Comments

No comments written yet.

Please login to write comment.