Color Hex Logo

#4fa4ce Color Hex

#4FA4CE
(79,164,206)
0 Favorites   0 Comments

Color spaces of #4fa4ce

RGB 79164206
HSL0.560.560.56
HSV200°62°81°
CMYK 0.620.200.00   0.19
XYZ27.640532.669463.2415
Yxy32.66940.22370.2644
Hunter Lab57.1572-13.7046-25.5914
CIE-Lab63.8923-13.1008-29.1243

#4fa4ce color RGB value is (79,164,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100100 11001110
Octal 117 244 316
Decimal 79 164 206
Hex 4F A4 CE

RGB Percentages of Color #4fa4ce

%17.59
%36.53
%45.88

CMYK Percentages of Color #4fa4ce

%62
%20
%0
%19

Triadic Colors of #4fa4ce

#4fa4ce #ce4fa4 #a4ce4f

Analogous Colors of #4fa4ce

#4fa4ce #4f65ce #4fceb9

Monochromatic Colors of #4fa4ce

#4fa4ce

Complementary Color

#4fa4ce #ce794f

#4fa4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa4ce Color CSS Codes

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

#4fa4ce Text Font Color

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

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


#4fa4ce Background Color

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

This div background color is #4fa4ce


#4fa4ce Border Color

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

This div border color is #4fa4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa4ce


Comments

No comments written yet.

Please login to write comment.