Color Hex Logo

#7cfadc Color Hex

#7CFADC
(124,250,220)
0 Favorites   0 Comments

Color spaces of #7cfadc

RGB 124250220
HSL0.460.930.73
HSV166°50°98°
CMYK 0.500.000.12   0.02
XYZ55.416177.823679.8109
Yxy77.82360.26010.3653
Hunter Lab88.2177-42.25188.1125
CIE-Lab90.6993-42.20643.6360

#7cfadc color RGB value is (124,250,220).

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

The process color (four color CMYK) of #7cfadc color hex is 0.50, 0.00, 0.12, 0.02. Web safe color of #7cfadc is #66ffcc. Color #7cfadc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 11011100
Octal 174 372 334
Decimal 124 250 220
Hex 7C FA DC

RGB Percentages of Color #7cfadc

%20.88
%42.09
%37.04

CMYK Percentages of Color #7cfadc

%50
%0
%12
%2

Triadic Colors of #7cfadc

#7cfadc #dc7cfa #fadc7c

Analogous Colors of #7cfadc

#7cfadc #7cd9fa #7cfa9d

Monochromatic Colors of #7cfadc

#7cfadc

Complementary Color

#7cfadc #fa7c9a

#7cfadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfadc Color CSS Codes

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

#7cfadc Text Font Color

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

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


#7cfadc Background Color

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

This div background color is #7cfadc


#7cfadc Border Color

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

This div border color is #7cfadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfadc


Comments

No comments written yet.

Please login to write comment.