Color Hex Logo

#4fc7df Color Hex

#4FC7DF
(79,199,223)
0 Favorites   0 Comments

Color spaces of #4fc7df

RGB 79199223
HSL0.530.690.59
HSV190°65°87°
CMYK 0.650.110.00   0.13
XYZ36.967247.836877.0971
Yxy47.83680.22830.2955
Hunter Lab69.1642-25.6317-17.6755
CIE-Lab74.7219-26.0679-21.8438

#4fc7df color RGB value is (79,199,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000111 11011111
Octal 117 307 337
Decimal 79 199 223
Hex 4F C7 DF

RGB Percentages of Color #4fc7df

%15.77
%39.72
%44.51

CMYK Percentages of Color #4fc7df

%65
%11
%0
%13

Triadic Colors of #4fc7df

#4fc7df #df4fc7 #c7df4f

Analogous Colors of #4fc7df

#4fc7df #4f7fdf #4fdfaf

Monochromatic Colors of #4fc7df

#4fc7df

Complementary Color

#4fc7df #df674f

#4fc7df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc7df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc7df Color CSS Codes

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

#4fc7df Text Font Color

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

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


#4fc7df Background Color

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

This div background color is #4fc7df


#4fc7df Border Color

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

This div border color is #4fc7df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc7df


Comments

No comments written yet.

Please login to write comment.