Color Hex Logo

#7cfdaf Color Hex

#7CFDAF
(124,253,175)
0 Favorites   0 Comments

Color spaces of #7cfdaf

RGB 124253175
HSL0.400.970.74
HSV144°51°99°
CMYK 0.510.000.31   0.01
XYZ51.175377.630852.8445
Yxy77.63080.28170.4274
Hunter Lab88.1083-50.512826.1156
CIE-Lab90.6112-52.765526.6398

#7cfdaf color RGB value is (124,253,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111101 10101111
Octal 174 375 257
Decimal 124 253 175
Hex 7C FD AF

RGB Percentages of Color #7cfdaf

%22.46
%45.83
%31.70

CMYK Percentages of Color #7cfdaf

%51
%0
%31
%1

Triadic Colors of #7cfdaf

#7cfdaf #af7cfd #fdaf7c

Analogous Colors of #7cfdaf

#7cfdaf #7cfdf0 #8afd7c

Monochromatic Colors of #7cfdaf

#7cfdaf

Complementary Color

#7cfdaf #fd7cca

#7cfdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfdaf Color CSS Codes

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

#7cfdaf Text Font Color

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

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


#7cfdaf Background Color

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

This div background color is #7cfdaf


#7cfdaf Border Color

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

This div border color is #7cfdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfdaf

Related Colors


Comments

No comments written yet.

Please login to write comment.