Color Hex Logo

#4fcaae Color Hex

#4FCAAE
(79,202,174)
0 Favorites   0 Comments

Color spaces of #4fcaae

RGB 79202174
HSL0.460.540.55
HSV166°61°79°
CMYK 0.610.000.14   0.21
XYZ31.985046.959347.4227
Yxy46.95930.25310.3716
Hunter Lab68.5269-36.60696.9383
CIE-Lab74.1637-40.85573.8525

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 10101110
Octal 117 312 256
Decimal 79 202 174
Hex 4F CA AE

RGB Percentages of Color #4fcaae

%17.36
%44.40
%38.24

CMYK Percentages of Color #4fcaae

%61
%0
%14
%21

Triadic Colors of #4fcaae

#4fcaae #ae4fca #caae4f

Analogous Colors of #4fcaae

#4fcaae #4fa9ca #4fca71

Monochromatic Colors of #4fcaae

#4fcaae

Complementary Color

#4fcaae #ca4f6b

#4fcaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcaae Color CSS Codes

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

#4fcaae Text Font Color

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

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


#4fcaae Background Color

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

This div background color is #4fcaae


#4fcaae Border Color

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

This div border color is #4fcaae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcaae


Comments

No comments written yet.

Please login to write comment.