Color Hex Logo

#4facce Color Hex

#4FACCE
(79,172,206)
0 Favorites   0 Comments

Color spaces of #4facce

RGB 79172206
HSL0.540.560.56
HSV196°62°81°
CMYK 0.620.170.00   0.19
XYZ29.117635.623563.7339
Yxy35.62350.22660.2773
Hunter Lab59.6854-17.3681-21.5319
CIE-Lab66.2312-17.3836-25.5236

#4facce color RGB value is (79,172,206).

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

The process color (four color CMYK) of #4facce color hex is 0.62, 0.17, 0.00, 0.19. Web safe color of #4facce is #6699cc. Color #4facce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 11001110
Octal 117 254 316
Decimal 79 172 206
Hex 4F AC CE

RGB Percentages of Color #4facce

%17.29
%37.64
%45.08

CMYK Percentages of Color #4facce

%62
%17
%0
%19

Triadic Colors of #4facce

#4facce #ce4fac #acce4f

Analogous Colors of #4facce

#4facce #4f6dce #4fceb1

Monochromatic Colors of #4facce

#4facce

Complementary Color

#4facce #ce714f

#4facce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facce Color CSS Codes

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

#4facce Text Font Color

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

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


#4facce Background Color

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

This div background color is #4facce


#4facce Border Color

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

This div border color is #4facce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facce


Comments

No comments written yet.

Please login to write comment.