Color Hex Logo

#7ccabf Color Hex

#7CCABF
(124,202,191)
0 Favorites   0 Comments

Color spaces of #7ccabf

RGB 124202191
HSL0.480.420.64
HSV172°39°79°
CMYK 0.390.000.05   0.21
XYZ38.836750.287756.9498
Yxy50.28770.26590.3443
Hunter Lab70.9138-26.34182.0248
CIE-Lab76.2455-26.5837-2.0975

#7ccabf color RGB value is (124,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11001010 10111111
Octal 174 312 277
Decimal 124 202 191
Hex 7C CA BF

RGB Percentages of Color #7ccabf

%23.98
%39.07
%36.94

CMYK Percentages of Color #7ccabf

%39
%0
%5
%21

Triadic Colors of #7ccabf

#7ccabf #bf7cca #cabf7c

Analogous Colors of #7ccabf

#7ccabf #7caeca #7cca98

Monochromatic Colors of #7ccabf

#7ccabf

Complementary Color

#7ccabf #ca7c87

#7ccabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ccabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ccabf Color CSS Codes

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

#7ccabf Text Font Color

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

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


#7ccabf Background Color

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

This div background color is #7ccabf


#7ccabf Border Color

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

This div border color is #7ccabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ccabf


Comments

No comments written yet.

Please login to write comment.