Color Hex Logo

#4faebe Color Hex

#4FAEBE
(79,174,190)
0 Favorites   0 Comments

Color spaces of #4faebe

RGB 79174190
HSL0.520.460.53
HSV189°58°75°
CMYK 0.580.080.00   0.25
XYZ27.654835.652154.1392
Yxy35.65210.23550.3036
Hunter Lab59.7094-21.8179-11.9624
CIE-Lab66.2532-23.2201-16.6298

#4faebe color RGB value is (79,174,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 10111110
Octal 117 256 276
Decimal 79 174 190
Hex 4F AE BE

RGB Percentages of Color #4faebe

%17.83
%39.28
%42.89

CMYK Percentages of Color #4faebe

%58
%8
%0
%25

Triadic Colors of #4faebe

#4faebe #be4fae #aebe4f

Analogous Colors of #4faebe

#4faebe #4f77be #4fbe97

Monochromatic Colors of #4faebe

#4faebe

Complementary Color

#4faebe #be5f4f

#4faebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faebe Color CSS Codes

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

#4faebe Text Font Color

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

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


#4faebe Background Color

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

This div background color is #4faebe


#4faebe Border Color

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

This div border color is #4faebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faebe


Comments

No comments written yet.

Please login to write comment.