Color Hex Logo

#4ffafd Color Hex

#4FFAFD
(79,250,253)
0 Favorites   0 Comments

Color spaces of #4ffafd

RGB 79250253
HSL0.500.980.65
HSV181°69°99°
CMYK 0.690.010.00   0.01
XYZ55.139777.1253104.9090
Yxy77.12530.23250.3252
Hunter Lab87.8210-41.6129-9.3518
CIE-Lab90.3793-41.5224-14.1241

#4ffafd color RGB value is (79,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11111010 11111101
Octal 117 372 375
Decimal 79 250 253
Hex 4F FA FD

RGB Percentages of Color #4ffafd

%13.57
%42.96
%43.47

CMYK Percentages of Color #4ffafd

%69
%1
%0
%1

Triadic Colors of #4ffafd

#4ffafd #fd4ffa #fafd4f

Analogous Colors of #4ffafd

#4ffafd #4fa3fd #4ffda9

Monochromatic Colors of #4ffafd

#4ffafd

Complementary Color

#4ffafd #fd524f

#4ffafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ffafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ffafd Color CSS Codes

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

#4ffafd Text Font Color

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

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


#4ffafd Background Color

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

This div background color is #4ffafd


#4ffafd Border Color

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

This div border color is #4ffafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ffafd

Related Colors


Comments

No comments written yet.

Please login to write comment.