Color Hex Logo

#4feaae Color Hex

#4FEAAE
(79,234,174)
0 Favorites   0 Comments

Color spaces of #4feaae

RGB 79234174
HSL0.440.790.61
HSV157°66°92°
CMYK 0.660.000.26   0.08
XYZ40.287263.563950.1901
Yxy63.56390.26150.4126
Hunter Lab79.7270-49.323618.4844
CIE-Lab83.7382-54.317017.4668

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

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

The process color (four color CMYK) of #4feaae color hex is 0.66, 0.00, 0.26, 0.08. Web safe color of #4feaae is #66ff99. Color #4feaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11101010 10101110
Octal 117 352 256
Decimal 79 234 174
Hex 4F EA AE

RGB Percentages of Color #4feaae

%16.22
%48.05
%35.73

CMYK Percentages of Color #4feaae

%66
%0
%26
%8

Triadic Colors of #4feaae

#4feaae #ae4fea #eaae4f

Analogous Colors of #4feaae

#4feaae #4fd9ea #4fea61

Monochromatic Colors of #4feaae

#4feaae

Complementary Color

#4feaae #ea4f8b

#4feaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4feaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4feaae Color CSS Codes

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

#4feaae Text Font Color

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

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


#4feaae Background Color

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

This div background color is #4feaae


#4feaae Border Color

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

This div border color is #4feaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4feaae


Comments

No comments written yet.

Please login to write comment.