Color Hex Logo

#4fadcc Color Hex

#4FADCC
(79,173,204)
0 Favorites   0 Comments

Color spaces of #4fadcc

RGB 79173204
HSL0.540.550.55
HSV195°61°80°
CMYK 0.610.150.00   0.20
XYZ29.067135.909062.5259
Yxy35.90900.22800.2816
Hunter Lab59.9241-18.2831-19.9174
CIE-Lab66.4503-18.5229-24.0821

#4fadcc color RGB value is (79,173,204).

#4fadcc hex color red value is 79, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #4fadcc hue: 0.54 , saturation: 0.55 and the lightness value of 4fadcc is 0.55.

The process color (four color CMYK) of #4fadcc color hex is 0.61, 0.15, 0.00, 0.20. Web safe color of #4fadcc is #6699cc. Color #4fadcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101101 11001100
Octal 117 255 314
Decimal 79 173 204
Hex 4F AD CC

RGB Percentages of Color #4fadcc

%17.32
%37.94
%44.74

CMYK Percentages of Color #4fadcc

%61
%15
%0
%20

Triadic Colors of #4fadcc

#4fadcc #cc4fad #adcc4f

Analogous Colors of #4fadcc

#4fadcc #4f6fcc #4fccad

Monochromatic Colors of #4fadcc

#4fadcc

Complementary Color

#4fadcc #cc6e4f

#4fadcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fadcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fadcc Color CSS Codes

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

#4fadcc Text Font Color

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

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


#4fadcc Background Color

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

This div background color is #4fadcc


#4fadcc Border Color

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

This div border color is #4fadcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fadcc


Comments

No comments written yet.

Please login to write comment.