Color Hex Logo

#4faeae Color Hex

#4FAEAE
(79,174,174)
0 Favorites   0 Comments

Color spaces of #4faeae

RGB 79174174
HSL0.500.380.50
HSV180°55°68°
CMYK 0.550.000.00   0.32
XYZ26.000534.990445.4278
Yxy34.99040.24430.3288
Hunter Lab59.1527-25.0577-4.1264
CIE-Lab65.7412-27.7557-8.5128

#4faeae color RGB value is (79,174,174).

#4faeae hex color red value is 79, green value is 174 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4faeae hue: 0.50 , saturation: 0.38 and the lightness value of 4faeae is 0.50.

The process color (four color CMYK) of #4faeae color hex is 0.55, 0.00, 0.00, 0.32. Web safe color of #4faeae is #669999. Color #4faeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 10101110
Octal 117 256 256
Decimal 79 174 174
Hex 4F AE AE

RGB Percentages of Color #4faeae

%18.50
%40.75
%40.75

CMYK Percentages of Color #4faeae

%55
%0
%0
%32

Triadic Colors of #4faeae

#4faeae #ae4fae #aeae4f

Analogous Colors of #4faeae

#4faeae #4f7fae #4fae7f

Monochromatic Colors of #4faeae

#4faeae

Complementary Color

#4faeae #ae4f4f

#4faeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faeae Color CSS Codes

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

#4faeae Text Font Color

<p style="color:#4faeae">Text here</p>

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


#4faeae Background Color

<div style="background-color:#4faeae">
Div content here</div>

This div background color is #4faeae


#4faeae Border Color

<div style="border:3px solid #4faeae">
Div here</div>

This div border color is #4faeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faeae


Comments

No comments written yet.

Please login to write comment.