Color Hex Logo

#4fbfff Color Hex

#4FBFFF
(79,191,255)
0 Favorites   0 Comments

Color spaces of #4fbfff

RGB 79191255
HSL0.561.000.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.905346.1439101.4112
Yxy46.14390.21290.2462
Hunter Lab67.9293-14.0158-40.9631
CIE-Lab73.6388-11.9757-40.7667

#4fbfff color RGB value is (79,191,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 11111111
Octal 117 277 377
Decimal 79 191 255
Hex 4F BF FF

RGB Percentages of Color #4fbfff

%15.05
%36.38
%48.57

CMYK Percentages of Color #4fbfff

%69
%25
%0
%0

Triadic Colors of #4fbfff

#4fbfff #ff4fbf #bfff4f

Analogous Colors of #4fbfff

#4fbfff #4f67ff #4fffe7

Monochromatic Colors of #4fbfff

#4fbfff

Complementary Color

#4fbfff #ff8f4f

#4fbfff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfff Color CSS Codes

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

#4fbfff Text Font Color

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

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


#4fbfff Background Color

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

This div background color is #4fbfff


#4fbfff Border Color

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

This div border color is #4fbfff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfff


Comments

No comments written yet.

Please login to write comment.