Color Hex Logo

#4fabdc Color Hex

#4FABDC
(79,171,220)
0 Favorites   0 Comments

Color spaces of #4fabdc

RGB 79171220
HSL0.560.670.59
HSV201°64°86°
CMYK 0.640.220.00   0.14
XYZ30.705635.955473.0319
Yxy35.95540.21980.2574
Hunter Lab59.9628-13.5291-30.2385
CIE-Lab66.4858-12.4616-32.8540

#4fabdc color RGB value is (79,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101011 11011100
Octal 117 253 334
Decimal 79 171 220
Hex 4F AB DC

RGB Percentages of Color #4fabdc

%16.81
%36.38
%46.81

CMYK Percentages of Color #4fabdc

%64
%22
%0
%14

Triadic Colors of #4fabdc

#4fabdc #dc4fab #abdc4f

Analogous Colors of #4fabdc

#4fabdc #4f65dc #4fdcc7

Monochromatic Colors of #4fabdc

#4fabdc

Complementary Color

#4fabdc #dc804f

#4fabdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fabdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fabdc Color CSS Codes

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

#4fabdc Text Font Color

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

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


#4fabdc Background Color

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

This div background color is #4fabdc


#4fabdc Border Color

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

This div border color is #4fabdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fabdc


Comments

No comments written yet.

Please login to write comment.