Color Hex Logo

#4fbffc Color Hex

#4FBFFC
(79,191,252)
0 Favorites   0 Comments

Color spaces of #4fbffc

RGB 79191252
HSL0.560.970.65
HSV201°69°99°
CMYK 0.690.240.00   0.01
XYZ39.425945.952198.8871
Yxy45.95210.21400.2494
Hunter Lab67.7880-14.8123-39.0389
CIE-Lab73.5144-12.9450-39.3470

#4fbffc color RGB value is (79,191,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 11111100
Octal 117 277 374
Decimal 79 191 252
Hex 4F BF FC

RGB Percentages of Color #4fbffc

%15.13
%36.59
%48.28

CMYK Percentages of Color #4fbffc

%69
%24
%0
%1

Triadic Colors of #4fbffc

#4fbffc #fc4fbf #bffc4f

Analogous Colors of #4fbffc

#4fbffc #4f69fc #4ffce3

Monochromatic Colors of #4fbffc

#4fbffc

Complementary Color

#4fbffc #fc8c4f

#4fbffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbffc Color CSS Codes

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

#4fbffc Text Font Color

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

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


#4fbffc Background Color

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

This div background color is #4fbffc


#4fbffc Border Color

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

This div border color is #4fbffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbffc


Comments

No comments written yet.

Please login to write comment.