Color Hex Logo

#4fadbf Color Hex

#4FADBF
(79,173,191)
0 Favorites   0 Comments

Color spaces of #4fadbf

RGB 79173191
HSL0.530.470.53
HSV190°59°75°
CMYK 0.590.090.00   0.25
XYZ27.572035.311054.6527
Yxy35.31100.23460.3004
Hunter Lab59.4231-21.1673-12.9342
CIE-Lab65.9901-22.4167-17.5829

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

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

The process color (four color CMYK) of #4fadbf color hex is 0.59, 0.09, 0.00, 0.25. Web safe color of #4fadbf is #6699cc. Color #4fadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 10111111
Octal 117 255 277
Decimal 79 173 191
Hex 4F AD BF

RGB Percentages of Color #4fadbf

%17.83
%39.05
%43.12

CMYK Percentages of Color #4fadbf

%59
%9
%0
%25

Triadic Colors of #4fadbf

#4fadbf #bf4fad #adbf4f

Analogous Colors of #4fadbf

#4fadbf #4f75bf #4fbf99

Monochromatic Colors of #4fadbf

#4fadbf

Complementary Color

#4fadbf #bf614f

#4fadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadbf Color CSS Codes

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

#4fadbf Text Font Color

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

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


#4fadbf Background Color

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

This div background color is #4fadbf


#4fadbf Border Color

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

This div border color is #4fadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadbf


Comments

No comments written yet.

Please login to write comment.