Color Hex Logo

#4faece Color Hex

#4FAECE
(79,174,206)
0 Favorites   0 Comments

Color spaces of #4faece

RGB 79174206
HSL0.540.560.56
HSV195°62°81°
CMYK 0.620.160.00   0.19
XYZ29.501136.390663.8617
Yxy36.39060.22740.2805
Hunter Lab60.3246-18.2746-20.5392
CIE-Lab66.8173-18.4364-24.6249

#4faece color RGB value is (79,174,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101110 11001110
Octal 117 256 316
Decimal 79 174 206
Hex 4F AE CE

RGB Percentages of Color #4faece

%17.21
%37.91
%44.88

CMYK Percentages of Color #4faece

%62
%16
%0
%19

Triadic Colors of #4faece

#4faece #ce4fae #aece4f

Analogous Colors of #4faece

#4faece #4f6fce #4fceaf

Monochromatic Colors of #4faece

#4faece

Complementary Color

#4faece #ce6f4f

#4faece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4faece Color Preview on White Background

Lorem ipsum dolor sit amet.

#4faece Color CSS Codes

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

#4faece Text Font Color

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

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


#4faece Background Color

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

This div background color is #4faece


#4faece Border Color

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

This div border color is #4faece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4faece


Comments

No comments written yet.

Please login to write comment.