Color Hex Logo

#4fccdf Color Hex

#4FCCDF
(79,204,223)
0 Favorites   0 Comments

Color spaces of #4fccdf

RGB 79204223
HSL0.520.690.59
HSV188°65°87°
CMYK 0.650.090.00   0.13
XYZ38.136650.175777.4869
Yxy50.17570.23000.3026
Hunter Lab70.8348-27.8587-15.2736
CIE-Lab76.1770-28.5313-19.6350

#4fccdf color RGB value is (79,204,223).

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

The process color (four color CMYK) of #4fccdf color hex is 0.65, 0.09, 0.00, 0.13. Web safe color of #4fccdf is #66cccc. Color #4fccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11011111
Octal 117 314 337
Decimal 79 204 223
Hex 4F CC DF

RGB Percentages of Color #4fccdf

%15.61
%40.32
%44.07

CMYK Percentages of Color #4fccdf

%65
%9
%0
%13

Triadic Colors of #4fccdf

#4fccdf #df4fcc #ccdf4f

Analogous Colors of #4fccdf

#4fccdf #4f84df #4fdfaa

Monochromatic Colors of #4fccdf

#4fccdf

Complementary Color

#4fccdf #df624f

#4fccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccdf Color CSS Codes

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

#4fccdf Text Font Color

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

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


#4fccdf Background Color

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

This div background color is #4fccdf


#4fccdf Border Color

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

This div border color is #4fccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccdf


Comments

No comments written yet.

Please login to write comment.