Color Hex Logo

#7cd5ae Color Hex

#7CD5AE
(124,213,174)
0 Favorites   0 Comments

Color spaces of #7cd5ae

RGB 124213174
HSL0.430.510.66
HSV154°42°84°
CMYK 0.420.000.18   0.16
XYZ39.746454.929648.5520
Yxy54.92960.27750.3835
Hunter Lab74.1145-33.973713.0396
CIE-Lab79.0007-35.584910.9982

#7cd5ae color RGB value is (124,213,174).

#7cd5ae hex color red value is 124, green value is 213 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7cd5ae hue: 0.43 , saturation: 0.51 and the lightness value of 7cd5ae is 0.66.

The process color (four color CMYK) of #7cd5ae color hex is 0.42, 0.00, 0.18, 0.16. Web safe color of #7cd5ae is #66cc99. Color #7cd5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11010101 10101110
Octal 174 325 256
Decimal 124 213 174
Hex 7C D5 AE

RGB Percentages of Color #7cd5ae

%24.27
%41.68
%34.05

CMYK Percentages of Color #7cd5ae

%42
%0
%18
%16

Triadic Colors of #7cd5ae

#7cd5ae #ae7cd5 #d5ae7c

Analogous Colors of #7cd5ae

#7cd5ae #7cd0d5 #7cd582

Monochromatic Colors of #7cd5ae

#7cd5ae

Complementary Color

#7cd5ae #d57ca3

#7cd5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cd5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cd5ae Color CSS Codes

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

#7cd5ae Text Font Color

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

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


#7cd5ae Background Color

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

This div background color is #7cd5ae


#7cd5ae Border Color

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

This div border color is #7cd5ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(124,213,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 #7cd5ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cd5ae


Comments

No comments written yet.

Please login to write comment.