Color Hex Logo

#4fadbe Color Hex

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

Color spaces of #4fadbe

RGB 79173190
HSL0.530.460.53
HSV189°58°75°
CMYK 0.580.090.00   0.25
XYZ27.462335.267154.0750
Yxy35.26710.23510.3019
Hunter Lab59.3861-21.3808-12.4172
CIE-Lab65.9561-22.7098-17.0795

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

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

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

Base Numbers

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

RGB Percentages of Color #4fadbe

%17.87
%39.14
%42.99

CMYK Percentages of Color #4fadbe

%58
%9
%0
%25

Triadic Colors of #4fadbe

#4fadbe #be4fad #adbe4f

Analogous Colors of #4fadbe

#4fadbe #4f76be #4fbe98

Monochromatic Colors of #4fadbe

#4fadbe

Complementary Color

#4fadbe #be604f

#4fadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadbe Color CSS Codes

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

#4fadbe Text Font Color

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

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


#4fadbe Background Color

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

This div background color is #4fadbe


#4fadbe Border Color

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

This div border color is #4fadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadbe


Comments

No comments written yet.

Please login to write comment.