Color Hex Logo

#4fc0ff Color Hex

#4FC0FF
(79,192,255)
1 Favorites   0 Comments

Color spaces of #4fc0ff

RGB 79192255
HSL0.561.000.65
HSV201°69°100°
CMYK 0.690.250.00   0.00
XYZ40.124146.5815101.4841
Yxy46.58150.21320.2475
Hunter Lab68.2506-14.4997-40.3848
CIE-Lab73.9213-12.5102-40.3265

#4fc0ff color RGB value is (79,192,255).

#4fc0ff hex color red value is 79, green value is 192 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #4fc0ff hue: 0.56 , saturation: 1.00 and the lightness value of 4fc0ff is 0.65.

The process color (four color CMYK) of #4fc0ff color hex is 0.69, 0.25, 0.00, 0.00. Web safe color of #4fc0ff is #66ccff. Color #4fc0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000000 11111111
Octal 117 300 377
Decimal 79 192 255
Hex 4F C0 FF

RGB Percentages of Color #4fc0ff

%15.02
%36.50
%48.48

CMYK Percentages of Color #4fc0ff

%69
%25
%0
%0

Triadic Colors of #4fc0ff

#4fc0ff #ff4fc0 #c0ff4f

Analogous Colors of #4fc0ff

#4fc0ff #4f68ff #4fffe6

Monochromatic Colors of #4fc0ff

#4fc0ff

Complementary Color

#4fc0ff #ff8e4f

#4fc0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc0ff Color CSS Codes

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

#4fc0ff Text Font Color

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

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


#4fc0ff Background Color

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

This div background color is #4fc0ff


#4fc0ff Border Color

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

This div border color is #4fc0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc0ff


Comments

No comments written yet.

Please login to write comment.