Color Hex Logo

#4fccdc Color Hex

#4FCCDC
(79,204,220)
0 Favorites   0 Comments

Color spaces of #4fccdc

RGB 79204220
HSL0.520.670.59
HSV187°64°86°
CMYK 0.640.070.00   0.14
XYZ37.735650.015375.3752
Yxy50.01530.23130.3066
Hunter Lab70.7215-28.5185-13.6864
CIE-Lab76.0787-29.4046-18.1675

#4fccdc color RGB value is (79,204,220).

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

The process color (four color CMYK) of #4fccdc color hex is 0.64, 0.07, 0.00, 0.14. Web safe color of #4fccdc is #66cccc. Color #4fccdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11011100
Octal 117 314 334
Decimal 79 204 220
Hex 4F CC DC

RGB Percentages of Color #4fccdc

%15.71
%40.56
%43.74

CMYK Percentages of Color #4fccdc

%64
%7
%0
%14

Triadic Colors of #4fccdc

#4fccdc #dc4fcc #ccdc4f

Analogous Colors of #4fccdc

#4fccdc #4f86dc #4fdca6

Monochromatic Colors of #4fccdc

#4fccdc

Complementary Color

#4fccdc #dc5f4f

#4fccdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccdc Color CSS Codes

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

#4fccdc Text Font Color

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

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


#4fccdc Background Color

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

This div background color is #4fccdc


#4fccdc Border Color

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

This div border color is #4fccdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccdc


Comments

No comments written yet.

Please login to write comment.