Color Hex Logo

#79ceae Color Hex

#79CEAE
(121,206,174)
0 Favorites   0 Comments

Color spaces of #79ceae

RGB 121206174
HSL0.440.460.64
HSV157°41°81°
CMYK 0.410.000.16   0.19
XYZ37.596451.263647.9577
Yxy51.26360.27480.3747
Hunter Lab71.5986-31.567310.4058
CIE-Lab76.8384-33.13187.8961

#79ceae color RGB value is (121,206,174).

#79ceae hex color red value is 121, green value is 206 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #79ceae hue: 0.44 , saturation: 0.46 and the lightness value of 79ceae is 0.64.

The process color (four color CMYK) of #79ceae color hex is 0.41, 0.00, 0.16, 0.19. Web safe color of #79ceae is #66cc99. Color #79ceae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 11001110 10101110
Octal 171 316 256
Decimal 121 206 174
Hex 79 CE AE

RGB Percentages of Color #79ceae

%24.15
%41.12
%34.73

CMYK Percentages of Color #79ceae

%41
%0
%16
%19

Triadic Colors of #79ceae

#79ceae #ae79ce #ceae79

Analogous Colors of #79ceae

#79ceae #79c4ce #79ce84

Monochromatic Colors of #79ceae

#79ceae

Complementary Color

#79ceae #ce7999

#79ceae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79ceae Color Preview on White Background

Lorem ipsum dolor sit amet.

#79ceae Color CSS Codes

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

#79ceae Text Font Color

<p style="color:#79ceae">Text here</p>

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


#79ceae Background Color

<div style="background-color:#79ceae">
Div content here</div>

This div background color is #79ceae


#79ceae Border Color

<div style="border:3px solid #79ceae">
Div here</div>

This div border color is #79ceae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,206,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79ceae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79ceae;
  -webkit-box-shadow: 1px 1px 3px 2px #79ceae;
  box-shadow:         1px 1px 3px 2px #79ceae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,206,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 #79ceae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79ceae


Comments

No comments written yet.

Please login to write comment.