Color Hex Logo

#7cdfac Color Hex

#7CDFAC
(124,223,172)
0 Favorites   0 Comments

Color spaces of #7cdfac

RGB 124223172
HSL0.410.610.68
HSV149°44°87°
CMYK 0.440.000.23   0.13
XYZ42.146360.039048.3971
Yxy60.03900.27990.3987
Hunter Lab77.4848-38.507017.2068
CIE-Lab81.8594-40.528016.0896

#7cdfac color RGB value is (124,223,172).

#7cdfac hex color red value is 124, green value is 223 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7cdfac hue: 0.41 , saturation: 0.61 and the lightness value of 7cdfac is 0.68.

The process color (four color CMYK) of #7cdfac color hex is 0.44, 0.00, 0.23, 0.13. Web safe color of #7cdfac is #66cc99. Color #7cdfac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011111 10101100
Octal 174 337 254
Decimal 124 223 172
Hex 7C DF AC

RGB Percentages of Color #7cdfac

%23.89
%42.97
%33.14

CMYK Percentages of Color #7cdfac

%44
%0
%23
%13

Triadic Colors of #7cdfac

#7cdfac #ac7cdf #dfac7c

Analogous Colors of #7cdfac

#7cdfac #7cdfde #7edf7c

Monochromatic Colors of #7cdfac

#7cdfac

Complementary Color

#7cdfac #df7caf

#7cdfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdfac Color CSS Codes

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

#7cdfac Text Font Color

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

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


#7cdfac Background Color

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

This div background color is #7cdfac


#7cdfac Border Color

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

This div border color is #7cdfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdfac


Comments

No comments written yet.

Please login to write comment.