Color Hex Logo

#4fc0df Color Hex

#4FC0DF
(79,192,223)
0 Favorites   0 Comments

Color spaces of #4fc0df

RGB 79192223
HSL0.540.690.59
HSV193°65°87°
CMYK 0.650.140.00   0.13
XYZ35.393444.689376.5725
Yxy44.68930.22590.2853
Hunter Lab66.8501-22.4817-21.1179
CIE-Lab72.6868-22.5508-24.9473

#4fc0df color RGB value is (79,192,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000000 11011111
Octal 117 300 337
Decimal 79 192 223
Hex 4F C0 DF

RGB Percentages of Color #4fc0df

%15.99
%38.87
%45.14

CMYK Percentages of Color #4fc0df

%65
%14
%0
%13

Triadic Colors of #4fc0df

#4fc0df #df4fc0 #c0df4f

Analogous Colors of #4fc0df

#4fc0df #4f78df #4fdfb6

Monochromatic Colors of #4fc0df

#4fc0df

Complementary Color

#4fc0df #df6e4f

#4fc0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc0df Color CSS Codes

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

#4fc0df Text Font Color

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

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


#4fc0df Background Color

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

This div background color is #4fc0df


#4fc0df Border Color

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

This div border color is #4fc0df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc0df


Comments

No comments written yet.

Please login to write comment.