Color Hex Logo

#4facfe Color Hex

#4FACFE
(79,172,254)
0 Favorites   0 Comments

Color spaces of #4facfe

RGB 79172254
HSL0.580.990.65
HSV208°69°100°
CMYK 0.690.320.00   0.00
XYZ35.866438.323199.2727
Yxy38.32310.20680.2209
Hunter Lab61.9057-4.9170-51.7442
CIE-Lab68.2581-1.8660-48.6611

#4facfe color RGB value is (79,172,254).

#4facfe hex color red value is 79, green value is 172 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4facfe hue: 0.58 , saturation: 0.99 and the lightness value of 4facfe is 0.65.

The process color (four color CMYK) of #4facfe color hex is 0.69, 0.32, 0.00, 0.00. Web safe color of #4facfe is #6699ff. Color #4facfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 11111110
Octal 117 254 376
Decimal 79 172 254
Hex 4F AC FE

RGB Percentages of Color #4facfe

%15.64
%34.06
%50.30

CMYK Percentages of Color #4facfe

%69
%32
%0
%0

Triadic Colors of #4facfe

#4facfe #fe4fac #acfe4f

Analogous Colors of #4facfe

#4facfe #4f54fe #4ffef9

Monochromatic Colors of #4facfe

#4facfe

Complementary Color

#4facfe #fea14f

#4facfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facfe Color CSS Codes

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

#4facfe Text Font Color

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

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


#4facfe Background Color

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

This div background color is #4facfe


#4facfe Border Color

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

This div border color is #4facfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facfe

Related Colors


Comments

No comments written yet.

Please login to write comment.