Color Hex Logo

#7cfaef Color Hex

#7CFAEF
(124,250,239)
0 Favorites   0 Comments

Color spaces of #7cfaef

RGB 124250239
HSL0.490.930.73
HSV175°50°98°
CMYK 0.500.000.04   0.02
XYZ58.077878.888393.8273
Yxy78.88830.25160.3418
Hunter Lab88.8191-38.7143-0.4598
CIE-Lab91.1837-37.7110-5.5213

#7cfaef color RGB value is (124,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 11101111
Octal 174 372 357
Decimal 124 250 239
Hex 7C FA EF

RGB Percentages of Color #7cfaef

%20.23
%40.78
%38.99

CMYK Percentages of Color #7cfaef

%50
%0
%4
%2

Triadic Colors of #7cfaef

#7cfaef #ef7cfa #faef7c

Analogous Colors of #7cfaef

#7cfaef #7cc6fa #7cfab0

Monochromatic Colors of #7cfaef

#7cfaef

Complementary Color

#7cfaef #fa7c87

#7cfaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfaef Color CSS Codes

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

#7cfaef Text Font Color

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

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


#7cfaef Background Color

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

This div background color is #7cfaef


#7cfaef Border Color

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

This div border color is #7cfaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfaef


Comments

No comments written yet.

Please login to write comment.