Color Hex Logo

#4faede Color Hex

#4FAEDE
(79,174,222)
0 Favorites   0 Comments

Color spaces of #4faede

RGB 79174222
HSL0.560.680.59
HSV200°64°87°
CMYK 0.640.220.00   0.13
XYZ31.545337.208374.6265
Yxy37.20830.22000.2595
Hunter Lab60.9986-14.4367-29.8371
CIE-Lab67.4330-13.4450-32.4860

#4faede color RGB value is (79,174,222).

#4faede hex color red value is 79, green value is 174 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #4faede hue: 0.56 , saturation: 0.68 and the lightness value of 4faede is 0.59.

The process color (four color CMYK) of #4faede color hex is 0.64, 0.22, 0.00, 0.13. Web safe color of #4faede is #6699cc. Color #4faede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11011110
Octal 117 256 336
Decimal 79 174 222
Hex 4F AE DE

RGB Percentages of Color #4faede

%16.63
%36.63
%46.74

CMYK Percentages of Color #4faede

%64
%22
%0
%13

Triadic Colors of #4faede

#4faede #de4fae #aede4f

Analogous Colors of #4faede

#4faede #4f67de #4fdec7

Monochromatic Colors of #4faede

#4faede

Complementary Color

#4faede #de7f4f

#4faede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faede Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faede Color CSS Codes

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

#4faede Text Font Color

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

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


#4faede Background Color

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

This div background color is #4faede


#4faede Border Color

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

This div border color is #4faede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faede


Comments

No comments written yet.

Please login to write comment.