Color Hex Logo

#7cbaae Color Hex

#7CBAAE
(124,186,174)
0 Favorites   0 Comments

Color spaces of #7cbaae

RGB 124186174
HSL0.470.310.61
HSV168°33°73°
CMYK 0.330.000.06   0.27
XYZ33.511142.458946.4736
Yxy42.45890.27370.3468
Hunter Lab65.1605-22.23093.3257
CIE-Lab71.1862-22.5758-0.2630

#7cbaae color RGB value is (124,186,174).

#7cbaae hex color red value is 124, green value is 186 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #7cbaae hue: 0.47 , saturation: 0.31 and the lightness value of 7cbaae is 0.61.

The process color (four color CMYK) of #7cbaae color hex is 0.33, 0.00, 0.06, 0.27. Web safe color of #7cbaae is #66cc99. Color #7cbaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 10111010 10101110
Octal 174 272 256
Decimal 124 186 174
Hex 7C BA AE

RGB Percentages of Color #7cbaae

%25.62
%38.43
%35.95

CMYK Percentages of Color #7cbaae

%33
%0
%6
%27

Triadic Colors of #7cbaae

#7cbaae #ae7cba #baae7c

Analogous Colors of #7cbaae

#7cbaae #7ca7ba #7cba8f

Monochromatic Colors of #7cbaae

#7cbaae

Complementary Color

#7cbaae #ba7c88

#7cbaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7cbaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7cbaae Color CSS Codes

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

#7cbaae Text Font Color

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

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


#7cbaae Background Color

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

This div background color is #7cbaae


#7cbaae Border Color

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

This div border color is #7cbaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7cbaae


Comments

No comments written yet.

Please login to write comment.