Color Hex Logo

#4fb2ad Color Hex

#4FB2AD
(79,178,173)
0 Favorites   0 Comments

Color spaces of #4fb2ad

RGB 79178173
HSL0.490.390.50
HSV177°56°70°
CMYK 0.560.000.03   0.30
XYZ26.687736.520245.1777
Yxy36.52020.24620.3369
Hunter Lab60.4319-26.9275-2.0216
CIE-Lab66.9155-29.9826-6.2133

#4fb2ad color RGB value is (79,178,173).

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

The process color (four color CMYK) of #4fb2ad color hex is 0.56, 0.00, 0.03, 0.30. Web safe color of #4fb2ad is #669999. Color #4fb2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10110010 10101101
Octal 117 262 255
Decimal 79 178 173
Hex 4F B2 AD

RGB Percentages of Color #4fb2ad

%18.37
%41.40
%40.23

CMYK Percentages of Color #4fb2ad

%56
%0
%3
%30

Triadic Colors of #4fb2ad

#4fb2ad #ad4fb2 #b2ad4f

Analogous Colors of #4fb2ad

#4fb2ad #4f86b2 #4fb27c

Monochromatic Colors of #4fb2ad

#4fb2ad

Complementary Color

#4fb2ad #b24f54

#4fb2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb2ad Color CSS Codes

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

#4fb2ad Text Font Color

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

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


#4fb2ad Background Color

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

This div background color is #4fb2ad


#4fb2ad Border Color

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

This div border color is #4fb2ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb2ad


Comments

No comments written yet.

Please login to write comment.