Color Hex Logo

#4fcacc Color Hex

#4FCACC
(79,202,204)
0 Favorites   0 Comments

Color spaces of #4fcacc

RGB 79202204
HSL0.500.550.55
HSV181°61°80°
CMYK 0.610.010.00   0.20
XYZ35.244148.263064.5849
Yxy48.26300.23800.3259
Hunter Lab69.4716-31.0192-6.4894
CIE-Lab74.9905-32.9869-11.1628

#4fcacc color RGB value is (79,202,204).

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

The process color (four color CMYK) of #4fcacc color hex is 0.61, 0.01, 0.00, 0.20. Web safe color of #4fcacc is #66cccc. Color #4fcacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 11001100
Octal 117 312 314
Decimal 79 202 204
Hex 4F CA CC

RGB Percentages of Color #4fcacc

%16.29
%41.65
%42.06

CMYK Percentages of Color #4fcacc

%61
%1
%0
%20

Triadic Colors of #4fcacc

#4fcacc #cc4fca #cacc4f

Analogous Colors of #4fcacc

#4fcacc #4f8ccc #4fcc90

Monochromatic Colors of #4fcacc

#4fcacc

Complementary Color

#4fcacc #cc514f

#4fcacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcacc Color CSS Codes

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

#4fcacc Text Font Color

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

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


#4fcacc Background Color

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

This div background color is #4fcacc


#4fcacc Border Color

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

This div border color is #4fcacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcacc


Comments

No comments written yet.

Please login to write comment.