Color Hex Logo

#4faebb Color Hex

#4FAEBB
(79,174,187)
0 Favorites   0 Comments

Color spaces of #4faebb

RGB 79174187
HSL0.520.440.52
HSV187°58°73°
CMYK 0.580.070.00   0.27
XYZ27.330135.522252.4297
Yxy35.52220.23710.3081
Hunter Lab59.6005-22.4488-10.4362
CIE-Lab66.1532-24.0907-15.1167

#4faebb color RGB value is (79,174,187).

#4faebb hex color red value is 79, green value is 174 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #4faebb hue: 0.52 , saturation: 0.44 and the lightness value of 4faebb is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 10111011
Octal 117 256 273
Decimal 79 174 187
Hex 4F AE BB

RGB Percentages of Color #4faebb

%17.95
%39.55
%42.50

CMYK Percentages of Color #4faebb

%58
%7
%0
%27

Triadic Colors of #4faebb

#4faebb #bb4fae #aebb4f

Analogous Colors of #4faebb

#4faebb #4f78bb #4fbb92

Monochromatic Colors of #4faebb

#4faebb

Complementary Color

#4faebb #bb5c4f

#4faebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faebb Color CSS Codes

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

#4faebb Text Font Color

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

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


#4faebb Background Color

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

This div background color is #4faebb


#4faebb Border Color

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

This div border color is #4faebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faebb


Comments

No comments written yet.

Please login to write comment.