Color Hex Logo

#4fadde Color Hex

#4FADDE
(79,173,222)
0 Favorites   0 Comments

Color spaces of #4fadde

RGB 79173222
HSL0.560.680.59
HSV201°64°87°
CMYK 0.640.220.00   0.13
XYZ31.352836.823374.5624
Yxy36.82330.21970.2580
Hunter Lab60.6822-13.9679-30.3742
CIE-Lab67.1443-12.9059-32.9333

#4fadde color RGB value is (79,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 11011110
Octal 117 255 336
Decimal 79 173 222
Hex 4F AD DE

RGB Percentages of Color #4fadde

%16.67
%36.50
%46.84

CMYK Percentages of Color #4fadde

%64
%22
%0
%13

Triadic Colors of #4fadde

#4fadde #de4fad #adde4f

Analogous Colors of #4fadde

#4fadde #4f66de #4fdec8

Monochromatic Colors of #4fadde

#4fadde

Complementary Color

#4fadde #de804f

#4fadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadde Color CSS Codes

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

#4fadde Text Font Color

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

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


#4fadde Background Color

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

This div background color is #4fadde


#4fadde Border Color

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

This div border color is #4fadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadde


Comments

No comments written yet.

Please login to write comment.