Color Hex Logo

#7cfedd Color Hex

#7CFEDD
(124,254,221)
0 Favorites   0 Comments

Color spaces of #7cfedd

RGB 124254221
HSL0.460.980.74
HSV165°51°100°
CMYK 0.510.000.13   0.00
XYZ56.805180.389280.9293
Yxy80.38920.26040.3685
Hunter Lab89.6600-43.81449.2454
CIE-Lab91.8592-43.74474.7974

#7cfedd color RGB value is (124,254,221).

#7cfedd hex color red value is 124, green value is 254 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #7cfedd hue: 0.46 , saturation: 0.98 and the lightness value of 7cfedd is 0.74.

The process color (four color CMYK) of #7cfedd color hex is 0.51, 0.00, 0.13, 0.00. Web safe color of #7cfedd is #66ffcc. Color #7cfedd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111110 11011101
Octal 174 376 335
Decimal 124 254 221
Hex 7C FE DD

RGB Percentages of Color #7cfedd

%20.70
%42.40
%36.89

CMYK Percentages of Color #7cfedd

%51
%0
%13
%0

Triadic Colors of #7cfedd

#7cfedd #dd7cfe #fedd7c

Analogous Colors of #7cfedd

#7cfedd #7cdefe #7cfe9c

Monochromatic Colors of #7cfedd

#7cfedd

Complementary Color

#7cfedd #fe7c9d

#7cfedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfedd Color CSS Codes

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

#7cfedd Text Font Color

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

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


#7cfedd Background Color

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

This div background color is #7cfedd


#7cfedd Border Color

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

This div border color is #7cfedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfedd


Comments

No comments written yet.

Please login to write comment.