Color Hex Logo

#4fbeae Color Hex

#4FBEAE
(79,190,174)
0 Favorites   0 Comments

Color spaces of #4fbeae

RGB 79190174
HSL0.480.460.53
HSV171°58°75°
CMYK 0.580.000.08   0.25
XYZ29.277941.545246.5203
Yxy41.54520.24950.3540
Hunter Lab64.4556-31.71652.3268
CIE-Lab70.5562-35.4083-1.3995

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

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

The process color (four color CMYK) of #4fbeae color hex is 0.58, 0.00, 0.08, 0.25. Web safe color of #4fbeae is #66cc99. Color #4fbeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 10101110
Octal 117 276 256
Decimal 79 190 174
Hex 4F BE AE

RGB Percentages of Color #4fbeae

%17.83
%42.89
%39.28

CMYK Percentages of Color #4fbeae

%58
%0
%8
%25

Triadic Colors of #4fbeae

#4fbeae #ae4fbe #beae4f

Analogous Colors of #4fbeae

#4fbeae #4f97be #4fbe77

Monochromatic Colors of #4fbeae

#4fbeae

Complementary Color

#4fbeae #be4f5f

#4fbeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbeae Color CSS Codes

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

#4fbeae Text Font Color

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

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


#4fbeae Background Color

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

This div background color is #4fbeae


#4fbeae Border Color

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

This div border color is #4fbeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbeae


Comments

No comments written yet.

Please login to write comment.