Color Hex Logo

#4facde Color Hex

#4FACDE
(79,172,222)
0 Favorites   0 Comments

Color spaces of #4facde

RGB 79172222
HSL0.560.680.59
HSV201°64°87°
CMYK 0.640.230.00   0.13
XYZ31.161836.441274.4987
Yxy36.44120.21930.2564
Hunter Lab60.3665-13.4980-30.9135
CIE-Lab66.8557-12.3650-33.3807

#4facde color RGB value is (79,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 11011110
Octal 117 254 336
Decimal 79 172 222
Hex 4F AC DE

RGB Percentages of Color #4facde

%16.70
%36.36
%46.93

CMYK Percentages of Color #4facde

%64
%23
%0
%13

Triadic Colors of #4facde

#4facde #de4fac #acde4f

Analogous Colors of #4facde

#4facde #4f65de #4fdec9

Monochromatic Colors of #4facde

#4facde

Complementary Color

#4facde #de814f

#4facde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facde Color CSS Codes

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

#4facde Text Font Color

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

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


#4facde Background Color

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

This div background color is #4facde


#4facde Border Color

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

This div border color is #4facde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facde


Comments

No comments written yet.

Please login to write comment.