Color Hex Logo

#4fade0 Color Hex

#4FADE0
(79,173,224)
0 Favorites   0 Comments

Color spaces of #4fade0

RGB 79173224
HSL0.560.700.59
HSV201°65°88°
CMYK 0.650.230.00   0.12
XYZ31.622636.931275.9828
Yxy36.93120.21880.2555
Hunter Lab60.7710-13.4657-31.5913
CIE-Lab67.2254-12.2675-33.9058

#4fade0 color RGB value is (79,173,224).

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

The process color (four color CMYK) of #4fade0 color hex is 0.65, 0.23, 0.00, 0.12. Web safe color of #4fade0 is #6699cc. Color #4fade0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 11100000
Octal 117 255 340
Decimal 79 173 224
Hex 4F AD E0

RGB Percentages of Color #4fade0

%16.60
%36.34
%47.06

CMYK Percentages of Color #4fade0

%65
%23
%0
%12

Triadic Colors of #4fade0

#4fade0 #e04fad #ade04f

Analogous Colors of #4fade0

#4fade0 #4f65e0 #4fe0cb

Monochromatic Colors of #4fade0

#4fade0

Complementary Color

#4fade0 #e0824f

#4fade0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fade0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fade0 Color CSS Codes

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

#4fade0 Text Font Color

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

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


#4fade0 Background Color

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

This div background color is #4fade0


#4fade0 Border Color

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

This div border color is #4fade0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fade0


Comments

No comments written yet.

Please login to write comment.