Color Hex Logo

#7ce0ae Color Hex

#7CE0AE
(124,224,174)
0 Favorites   0 Comments

Color spaces of #7ce0ae

RGB 124224174
HSL0.420.620.68
HSV150°45°88°
CMYK 0.450.000.22   0.12
XYZ42.607860.652449.5058
Yxy60.65240.27890.3970
Hunter Lab77.8797-38.632416.8268
CIE-Lab82.1915-40.573015.5055

#7ce0ae color RGB value is (124,224,174).

#7ce0ae hex color red value is 124, green value is 224 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7ce0ae hue: 0.42 , saturation: 0.62 and the lightness value of 7ce0ae is 0.68.

The process color (four color CMYK) of #7ce0ae color hex is 0.45, 0.00, 0.22, 0.12. Web safe color of #7ce0ae is #66cc99. Color #7ce0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11100000 10101110
Octal 174 340 256
Decimal 124 224 174
Hex 7C E0 AE

RGB Percentages of Color #7ce0ae

%23.75
%42.91
%33.33

CMYK Percentages of Color #7ce0ae

%45
%0
%22
%12

Triadic Colors of #7ce0ae

#7ce0ae #ae7ce0 #e0ae7c

Analogous Colors of #7ce0ae

#7ce0ae #7ce0e0 #7ce07c

Monochromatic Colors of #7ce0ae

#7ce0ae

Complementary Color

#7ce0ae #e07cae

#7ce0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ce0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ce0ae Color CSS Codes

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

#7ce0ae Text Font Color

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

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


#7ce0ae Background Color

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

This div background color is #7ce0ae


#7ce0ae Border Color

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

This div border color is #7ce0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ce0ae


Comments

No comments written yet.

Please login to write comment.