Color Hex Logo

#7cfae1 Color Hex

#7CFAE1
(124,250,225)
0 Favorites   0 Comments

Color spaces of #7cfae1

RGB 124250225
HSL0.470.930.73
HSV168°50°98°
CMYK 0.500.000.10   0.02
XYZ56.088478.092583.3514
Yxy78.09250.25780.3590
Hunter Lab88.3700-41.35355.9361
CIE-Lab90.8221-41.05311.2196

#7cfae1 color RGB value is (124,250,225).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11111010 11100001
Octal 174 372 341
Decimal 124 250 225
Hex 7C FA E1

RGB Percentages of Color #7cfae1

%20.70
%41.74
%37.56

CMYK Percentages of Color #7cfae1

%50
%0
%10
%2

Triadic Colors of #7cfae1

#7cfae1 #e17cfa #fae17c

Analogous Colors of #7cfae1

#7cfae1 #7cd4fa #7cfaa2

Monochromatic Colors of #7cfae1

#7cfae1

Complementary Color

#7cfae1 #fa7c95

#7cfae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cfae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cfae1 Color CSS Codes

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

#7cfae1 Text Font Color

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

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


#7cfae1 Background Color

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

This div background color is #7cfae1


#7cfae1 Border Color

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

This div border color is #7cfae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cfae1


Comments

No comments written yet.

Please login to write comment.