Color Hex Logo

#4ff9fe Color Hex

#4FF9FE
(79,249,254)
0 Favorites   0 Comments

Color spaces of #4ff9fe

RGB 79249254
HSL0.500.990.65
HSV182°69°100°
CMYK 0.690.020.00   0.00
XYZ54.989576.5694105.6470
Yxy76.56940.23180.3228
Hunter Lab87.5039-40.9584-10.3304
CIE-Lab90.1231-40.7970-15.0279

#4ff9fe color RGB value is (79,249,254).

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

The process color (four color CMYK) of #4ff9fe color hex is 0.69, 0.02, 0.00, 0.00. Web safe color of #4ff9fe is #66ffff. Color #4ff9fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111001 11111110
Octal 117 371 376
Decimal 79 249 254
Hex 4F F9 FE

RGB Percentages of Color #4ff9fe

%13.57
%42.78
%43.64

CMYK Percentages of Color #4ff9fe

%69
%2
%0
%0

Triadic Colors of #4ff9fe

#4ff9fe #fe4ff9 #f9fe4f

Analogous Colors of #4ff9fe

#4ff9fe #4fa2fe #4ffeac

Monochromatic Colors of #4ff9fe

#4ff9fe

Complementary Color

#4ff9fe #fe544f

#4ff9fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ff9fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ff9fe Color CSS Codes

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

#4ff9fe Text Font Color

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

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


#4ff9fe Background Color

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

This div background color is #4ff9fe


#4ff9fe Border Color

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

This div border color is #4ff9fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ff9fe


Comments

No comments written yet.

Please login to write comment.