Color Hex Logo

#4fbead Color Hex

#4FBEAD
(79,190,173)
0 Favorites   0 Comments

Color spaces of #4fbead

RGB 79190173
HSL0.470.460.53
HSV171°58°75°
CMYK 0.580.000.09   0.25
XYZ29.180741.506346.0087
Yxy41.50630.25010.3557
Hunter Lab64.4254-31.89502.7564
CIE-Lab70.5292-35.6659-0.8919

#4fbead color RGB value is (79,190,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 10101101
Octal 117 276 255
Decimal 79 190 173
Hex 4F BE AD

RGB Percentages of Color #4fbead

%17.87
%42.99
%39.14

CMYK Percentages of Color #4fbead

%58
%0
%9
%25

Triadic Colors of #4fbead

#4fbead #ad4fbe #bead4f

Analogous Colors of #4fbead

#4fbead #4f98be #4fbe76

Monochromatic Colors of #4fbead

#4fbead

Complementary Color

#4fbead #be4f60

#4fbead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbead Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbead Color CSS Codes

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

#4fbead Text Font Color

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

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


#4fbead Background Color

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

This div background color is #4fbead


#4fbead Border Color

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

This div border color is #4fbead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,190,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4fbead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbead


Comments

No comments written yet.

Please login to write comment.