Color Hex Logo

#7cfabc Color Hex

#7CFABC
(124,250,188)
0 Favorites   0 Comments

Color spaces of #7cfabc

RGB 124250188
HSL0.420.930.73
HSV150°50°98°
CMYK 0.500.000.25   0.02
XYZ51.574976.287159.5836
Yxy76.28710.27510.4070
Hunter Lab87.3425-47.446820.6931
CIE-Lab89.9925-49.042719.1574

#7cfabc color RGB value is (124,250,188).

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

The process color (four color CMYK) of #7cfabc color hex is 0.50, 0.00, 0.25, 0.02. Web safe color of #7cfabc is #66ffcc. Color #7cfabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 10111100
Octal 174 372 274
Decimal 124 250 188
Hex 7C FA BC

RGB Percentages of Color #7cfabc

%22.06
%44.48
%33.45

CMYK Percentages of Color #7cfabc

%50
%0
%25
%2

Triadic Colors of #7cfabc

#7cfabc #bc7cfa #fabc7c

Analogous Colors of #7cfabc

#7cfabc #7cf9fa #7cfa7d

Monochromatic Colors of #7cfabc

#7cfabc

Complementary Color

#7cfabc #fa7cba

#7cfabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfabc Color CSS Codes

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

#7cfabc Text Font Color

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

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


#7cfabc Background Color

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

This div background color is #7cfabc


#7cfabc Border Color

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

This div border color is #7cfabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfabc


Comments

No comments written yet.

Please login to write comment.