Color Hex Logo

#7cfcaf Color Hex

#7CFCAF
(124,252,175)
0 Favorites   0 Comments

Color spaces of #7cfcaf

RGB 124252175
HSL0.400.960.74
HSV144°51°99°
CMYK 0.510.000.31   0.01
XYZ50.860477.001052.7395
Yxy77.00100.28160.4264
Hunter Lab87.7502-50.103525.7908
CIE-Lab90.3221-52.355526.2456

#7cfcaf color RGB value is (124,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111100 10101111
Octal 174 374 257
Decimal 124 252 175
Hex 7C FC AF

RGB Percentages of Color #7cfcaf

%22.50
%45.74
%31.76

CMYK Percentages of Color #7cfcaf

%51
%0
%31
%1

Triadic Colors of #7cfcaf

#7cfcaf #af7cfc #fcaf7c

Analogous Colors of #7cfcaf

#7cfcaf #7cfcef #89fc7c

Monochromatic Colors of #7cfcaf

#7cfcaf

Complementary Color

#7cfcaf #fc7cc9

#7cfcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfcaf Color CSS Codes

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

#7cfcaf Text Font Color

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

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


#7cfcaf Background Color

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

This div background color is #7cfcaf


#7cfcaf Border Color

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

This div border color is #7cfcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfcaf


Comments

No comments written yet.

Please login to write comment.