Color Hex Logo

#4faddc Color Hex

#4FADDC
(79,173,220)
0 Favorites   0 Comments

Color spaces of #4faddc

RGB 79173220
HSL0.560.670.59
HSV200°64°86°
CMYK 0.640.210.00   0.14
XYZ31.086336.716773.1588
Yxy36.71670.22050.2605
Hunter Lab60.5943-14.4654-29.1680
CIE-Lab67.0639-13.5414-31.9586

#4faddc color RGB value is (79,173,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 11011100
Octal 117 255 334
Decimal 79 173 220
Hex 4F AD DC

RGB Percentages of Color #4faddc

%16.74
%36.65
%46.61

CMYK Percentages of Color #4faddc

%64
%21
%0
%14

Triadic Colors of #4faddc

#4faddc #dc4fad #addc4f

Analogous Colors of #4faddc

#4faddc #4f67dc #4fdcc5

Monochromatic Colors of #4faddc

#4faddc

Complementary Color

#4faddc #dc7e4f

#4faddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faddc Color CSS Codes

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

#4faddc Text Font Color

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

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


#4faddc Background Color

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

This div background color is #4faddc


#4faddc Border Color

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

This div border color is #4faddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faddc


Comments

No comments written yet.

Please login to write comment.