Color Hex Logo

#7cfaed Color Hex

#7CFAED
(124,250,237)
0 Favorites   0 Comments

Color spaces of #7cfaed

RGB 124250237
HSL0.480.930.73
HSV174°50°98°
CMYK 0.500.000.05   0.02
XYZ57.783878.770792.2795
Yxy78.77070.25250.3442
Hunter Lab88.7529-39.10260.4811
CIE-Lab91.1304-38.1985-4.5609

#7cfaed color RGB value is (124,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 11101101
Octal 174 372 355
Decimal 124 250 237
Hex 7C FA ED

RGB Percentages of Color #7cfaed

%20.29
%40.92
%38.79

CMYK Percentages of Color #7cfaed

%50
%0
%5
%2

Triadic Colors of #7cfaed

#7cfaed #ed7cfa #faed7c

Analogous Colors of #7cfaed

#7cfaed #7cc8fa #7cfaae

Monochromatic Colors of #7cfaed

#7cfaed

Complementary Color

#7cfaed #fa7c89

#7cfaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfaed Color CSS Codes

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

#7cfaed Text Font Color

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

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


#7cfaed Background Color

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

This div background color is #7cfaed


#7cfaed Border Color

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

This div border color is #7cfaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfaed


Comments

No comments written yet.

Please login to write comment.