Color Hex Logo

#4facdc Color Hex

#4FACDC
(79,172,220)
0 Favorites   0 Comments

Color spaces of #4facdc

RGB 79172220
HSL0.560.670.59
HSV200°64°86°
CMYK 0.640.220.00   0.14
XYZ30.895236.334673.0951
Yxy36.33460.22020.2589
Hunter Lab60.2782-13.9978-29.7021
CIE-Lab66.7748-13.0024-32.4063

#4facdc color RGB value is (79,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 11011100
Octal 117 254 334
Decimal 79 172 220
Hex 4F AC DC

RGB Percentages of Color #4facdc

%16.77
%36.52
%46.71

CMYK Percentages of Color #4facdc

%64
%22
%0
%14

Triadic Colors of #4facdc

#4facdc #dc4fac #acdc4f

Analogous Colors of #4facdc

#4facdc #4f66dc #4fdcc6

Monochromatic Colors of #4facdc

#4facdc

Complementary Color

#4facdc #dc7f4f

#4facdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facdc Color CSS Codes

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

#4facdc Text Font Color

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

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


#4facdc Background Color

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

This div background color is #4facdc


#4facdc Border Color

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

This div border color is #4facdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facdc


Comments

No comments written yet.

Please login to write comment.