Color Hex Logo

#7cfad9 Color Hex

#7CFAD9
(124,250,217)
0 Favorites   0 Comments

Color spaces of #7cfad9

RGB 124250217
HSL0.460.930.73
HSV164°50°98°
CMYK 0.500.000.13   0.02
XYZ55.022277.666177.7367
Yxy77.66610.26150.3691
Hunter Lab88.1284-42.77979.3911
CIE-Lab90.6273-42.88805.0878

#7cfad9 color RGB value is (124,250,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 11011001
Octal 174 372 331
Decimal 124 250 217
Hex 7C FA D9

RGB Percentages of Color #7cfad9

%20.98
%42.30
%36.72

CMYK Percentages of Color #7cfad9

%50
%0
%13
%2

Triadic Colors of #7cfad9

#7cfad9 #d97cfa #fad97c

Analogous Colors of #7cfad9

#7cfad9 #7cdcfa #7cfa9a

Monochromatic Colors of #7cfad9

#7cfad9

Complementary Color

#7cfad9 #fa7c9d

#7cfad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfad9 Color CSS Codes

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

#7cfad9 Text Font Color

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

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


#7cfad9 Background Color

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

This div background color is #7cfad9


#7cfad9 Border Color

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

This div border color is #7cfad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfad9

Related Colors


Comments

No comments written yet.

Please login to write comment.