Color Hex Logo

#4fabde Color Hex

#4FABDE
(79,171,222)
0 Favorites   0 Comments

Color spaces of #4fabde

RGB 79171222
HSL0.560.680.59
HSV201°64°87°
CMYK 0.640.230.00   0.13
XYZ30.972236.062074.4355
Yxy36.06200.21890.2549
Hunter Lab60.0516-13.0273-31.4553
CIE-Lab66.5673-11.8226-33.8281

#4fabde color RGB value is (79,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 11011110
Octal 117 253 336
Decimal 79 171 222
Hex 4F AB DE

RGB Percentages of Color #4fabde

%16.74
%36.23
%47.03

CMYK Percentages of Color #4fabde

%64
%23
%0
%13

Triadic Colors of #4fabde

#4fabde #de4fab #abde4f

Analogous Colors of #4fabde

#4fabde #4f63de #4fdeca

Monochromatic Colors of #4fabde

#4fabde

Complementary Color

#4fabde #de824f

#4fabde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabde Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabde Color CSS Codes

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

#4fabde Text Font Color

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

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


#4fabde Background Color

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

This div background color is #4fabde


#4fabde Border Color

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

This div border color is #4fabde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabde


Comments

No comments written yet.

Please login to write comment.