Color Hex Logo

#4faedd Color Hex

#4FAEDD
(79,174,221)
0 Favorites   0 Comments

Color spaces of #4faedd

RGB 79174221
HSL0.560.680.59
HSV200°64°87°
CMYK 0.640.210.00   0.13
XYZ31.411637.154873.9226
Yxy37.15480.22040.2608
Hunter Lab60.9547-14.6850-29.2354
CIE-Lab67.3930-13.7623-31.9988

#4faedd color RGB value is (79,174,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11011101
Octal 117 256 335
Decimal 79 174 221
Hex 4F AE DD

RGB Percentages of Color #4faedd

%16.67
%36.71
%46.62

CMYK Percentages of Color #4faedd

%64
%21
%0
%13

Triadic Colors of #4faedd

#4faedd #dd4fae #aedd4f

Analogous Colors of #4faedd

#4faedd #4f67dd #4fddc5

Monochromatic Colors of #4faedd

#4faedd

Complementary Color

#4faedd #dd7e4f

#4faedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faedd Color CSS Codes

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

#4faedd Text Font Color

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

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


#4faedd Background Color

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

This div background color is #4faedd


#4faedd Border Color

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

This div border color is #4faedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faedd


Comments

No comments written yet.

Please login to write comment.