Color Hex Logo

#7cdaac Color Hex

#7CDAAC
(124,218,172)
0 Favorites   0 Comments

Color spaces of #7cdaac

RGB 124218172
HSL0.420.560.67
HSV151°43°85°
CMYK 0.430.000.21   0.15
XYZ40.830057.406547.9583
Yxy57.40650.27930.3927
Hunter Lab75.7671-36.400815.5082
CIE-Lab80.4077-38.282114.0494

#7cdaac color RGB value is (124,218,172).

#7cdaac hex color red value is 124, green value is 218 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #7cdaac hue: 0.42 , saturation: 0.56 and the lightness value of 7cdaac is 0.67.

The process color (four color CMYK) of #7cdaac color hex is 0.43, 0.00, 0.21, 0.15. Web safe color of #7cdaac is #66cc99. Color #7cdaac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011010 10101100
Octal 174 332 254
Decimal 124 218 172
Hex 7C DA AC

RGB Percentages of Color #7cdaac

%24.12
%42.41
%33.46

CMYK Percentages of Color #7cdaac

%43
%0
%21
%15

Triadic Colors of #7cdaac

#7cdaac #ac7cda #daac7c

Analogous Colors of #7cdaac

#7cdaac #7cd9da #7cda7d

Monochromatic Colors of #7cdaac

#7cdaac

Complementary Color

#7cdaac #da7caa

#7cdaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdaac Color CSS Codes

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

#7cdaac Text Font Color

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

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


#7cdaac Background Color

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

This div background color is #7cdaac


#7cdaac Border Color

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

This div border color is #7cdaac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdaac


Comments

No comments written yet.

Please login to write comment.