Color Hex Logo

#7cffaf Color Hex

#7CFFAF
(124,255,175)
0 Favorites   0 Comments

Color spaces of #7cffaf

RGB 124255175
HSL0.401.000.74
HSV143°51°100°
CMYK 0.510.000.31   0.00
XYZ51.810078.900253.0560
Yxy78.90020.28190.4294
Hunter Lab88.8258-51.330326.7639
CIE-Lab91.1891-53.581927.4269

#7cffaf color RGB value is (124,255,175).

#7cffaf hex color red value is 124, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #7cffaf hue: 0.40 , saturation: 1.00 and the lightness value of 7cffaf is 0.74.

The process color (four color CMYK) of #7cffaf color hex is 0.51, 0.00, 0.31, 0.00. Web safe color of #7cffaf is #66ff99. Color #7cffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111111 10101111
Octal 174 377 257
Decimal 124 255 175
Hex 7C FF AF

RGB Percentages of Color #7cffaf

%22.38
%46.03
%31.59

CMYK Percentages of Color #7cffaf

%51
%0
%31
%0

Triadic Colors of #7cffaf

#7cffaf #af7cff #ffaf7c

Analogous Colors of #7cffaf

#7cffaf #7cfff1 #8bff7c

Monochromatic Colors of #7cffaf

#7cffaf

Complementary Color

#7cffaf #ff7ccc

#7cffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cffaf Color CSS Codes

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

#7cffaf Text Font Color

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

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


#7cffaf Background Color

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

This div background color is #7cffaf


#7cffaf Border Color

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

This div border color is #7cffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cffaf

Related Colors


Comments

No comments written yet.

Please login to write comment.