Color Hex Logo

#4fadad Color Hex

#4FADAD
(79,173,173)
0 Favorites   0 Comments

Color spaces of #4fadad

RGB 79173173
HSL0.500.370.49
HSV180°54°68°
CMYK 0.540.000.00   0.32
XYZ25.710834.566544.8521
Yxy34.56650.24460.3288
Hunter Lab58.7933-24.8287-4.0757
CIE-Lab65.4098-27.5371-8.4502

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

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

The process color (four color CMYK) of #4fadad color hex is 0.54, 0.00, 0.00, 0.32. Web safe color of #4fadad is #669999. Color #4fadad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 10101101
Octal 117 255 255
Decimal 79 173 173
Hex 4F AD AD

RGB Percentages of Color #4fadad

%18.59
%40.71
%40.71

CMYK Percentages of Color #4fadad

%54
%0
%0
%32

Triadic Colors of #4fadad

#4fadad #ad4fad #adad4f

Analogous Colors of #4fadad

#4fadad #4f7ead #4fad7e

Monochromatic Colors of #4fadad

#4fadad

Complementary Color

#4fadad #ad4f4f

#4fadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadad Color CSS Codes

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

#4fadad Text Font Color

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

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


#4fadad Background Color

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

This div background color is #4fadad


#4fadad Border Color

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

This div border color is #4fadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadad


Comments

No comments written yet.

Please login to write comment.