Color Hex Logo

#7cfedc Color Hex

#7CFEDC
(124,254,220)
0 Favorites   0 Comments

Color spaces of #7cfedc

RGB 124254220
HSL0.460.980.74
HSV164°51°100°
CMYK 0.510.000.13   0.00
XYZ56.672380.336080.2296
Yxy80.33600.26090.3698
Hunter Lab89.6304-43.98959.6698
CIE-Lab91.8354-43.97065.2800

#7cfedc color RGB value is (124,254,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111110 11011100
Octal 174 376 334
Decimal 124 254 220
Hex 7C FE DC

RGB Percentages of Color #7cfedc

%20.74
%42.47
%36.79

CMYK Percentages of Color #7cfedc

%51
%0
%13
%0

Triadic Colors of #7cfedc

#7cfedc #dc7cfe #fedc7c

Analogous Colors of #7cfedc

#7cfedc #7cdffe #7cfe9b

Monochromatic Colors of #7cfedc

#7cfedc

Complementary Color

#7cfedc #fe7c9e

#7cfedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfedc Color CSS Codes

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

#7cfedc Text Font Color

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

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


#7cfedc Background Color

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

This div background color is #7cfedc


#7cfedc Border Color

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

This div border color is #7cfedc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfedc

Related Colors


Comments

No comments written yet.

Please login to write comment.