Color Hex Logo

#7cdbac Color Hex

#7CDBAC
(124,219,172)
0 Favorites   0 Comments

Color spaces of #7cdbac

RGB 124219172
HSL0.420.570.67
HSV150°43°86°
CMYK 0.430.000.21   0.14
XYZ41.090157.926748.0450
Yxy57.92670.27940.3939
Hunter Lab76.1096-36.823115.8493
CIE-Lab80.6980-38.734114.4583

#7cdbac color RGB value is (124,219,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 11011011 10101100
Octal 174 333 254
Decimal 124 219 172
Hex 7C DB AC

RGB Percentages of Color #7cdbac

%24.08
%42.52
%33.40

CMYK Percentages of Color #7cdbac

%43
%0
%21
%14

Triadic Colors of #7cdbac

#7cdbac #ac7cdb #dbac7c

Analogous Colors of #7cdbac

#7cdbac #7cdbdb #7cdb7d

Monochromatic Colors of #7cdbac

#7cdbac

Complementary Color

#7cdbac #db7cab

#7cdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cdbac Color CSS Codes

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

#7cdbac Text Font Color

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

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


#7cdbac Background Color

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

This div background color is #7cdbac


#7cdbac Border Color

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

This div border color is #7cdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cdbac


Comments

No comments written yet.

Please login to write comment.