Color Hex Logo

#4fc4df Color Hex

#4FC4DF
(79,196,223)
0 Favorites   0 Comments

Color spaces of #4fc4df

RGB 79196223
HSL0.530.690.59
HSV191°65°87°
CMYK 0.650.120.00   0.13
XYZ36.283746.469876.8693
Yxy46.46980.22730.2911
Hunter Lab68.1688-24.2864-19.1392
CIE-Lab73.8493-24.5704-23.1724

#4fc4df color RGB value is (79,196,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000100 11011111
Octal 117 304 337
Decimal 79 196 223
Hex 4F C4 DF

RGB Percentages of Color #4fc4df

%15.86
%39.36
%44.78

CMYK Percentages of Color #4fc4df

%65
%12
%0
%13

Triadic Colors of #4fc4df

#4fc4df #df4fc4 #c4df4f

Analogous Colors of #4fc4df

#4fc4df #4f7cdf #4fdfb2

Monochromatic Colors of #4fc4df

#4fc4df

Complementary Color

#4fc4df #df6a4f

#4fc4df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc4df Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc4df Color CSS Codes

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

#4fc4df Text Font Color

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

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


#4fc4df Background Color

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

This div background color is #4fc4df


#4fc4df Border Color

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

This div border color is #4fc4df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc4df


Comments

No comments written yet.

Please login to write comment.