Color Hex Logo

#4fdbfe Color Hex

#4FDBFE
(79,219,254)
0 Favorites   0 Comments

Color spaces of #4fdbfe

RGB 79219254
HSL0.530.990.65
HSV192°69°100°
CMYK 0.690.140.00   0.00
XYZ46.445459.4811102.7990
Yxy59.48110.22250.2850
Hunter Lab77.1240-27.4712-25.0412
CIE-Lab81.5553-26.6707-28.0044

#4fdbfe color RGB value is (79,219,254).

#4fdbfe hex color red value is 79, green value is 219 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #4fdbfe hue: 0.53 , saturation: 0.99 and the lightness value of 4fdbfe is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 11111110
Octal 117 333 376
Decimal 79 219 254
Hex 4F DB FE

RGB Percentages of Color #4fdbfe

%14.31
%39.67
%46.01

CMYK Percentages of Color #4fdbfe

%69
%14
%0
%0

Triadic Colors of #4fdbfe

#4fdbfe #fe4fdb #dbfe4f

Analogous Colors of #4fdbfe

#4fdbfe #4f84fe #4ffeca

Monochromatic Colors of #4fdbfe

#4fdbfe

Complementary Color

#4fdbfe #fe724f

#4fdbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbfe Color CSS Codes

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

#4fdbfe Text Font Color

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

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


#4fdbfe Background Color

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

This div background color is #4fdbfe


#4fdbfe Border Color

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

This div border color is #4fdbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.