Color Hex Logo

#4fccfe Color Hex

#4FCCFE
(79,204,254)
0 Favorites   0 Comments

Color spaces of #4fccfe

RGB 79204254
HSL0.550.990.65
HSV197°69°100°
CMYK 0.690.200.00   0.00
XYZ42.706752.0038101.5528
Yxy52.00380.21760.2650
Hunter Lab72.1137-20.4888-33.0145
CIE-Lab77.2831-19.1202-34.5743

#4fccfe color RGB value is (79,204,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11111110
Octal 117 314 376
Decimal 79 204 254
Hex 4F CC FE

RGB Percentages of Color #4fccfe

%14.71
%37.99
%47.30

CMYK Percentages of Color #4fccfe

%69
%20
%0
%0

Triadic Colors of #4fccfe

#4fccfe #fe4fcc #ccfe4f

Analogous Colors of #4fccfe

#4fccfe #4f75fe #4ffed9

Monochromatic Colors of #4fccfe

#4fccfe

Complementary Color

#4fccfe #fe814f

#4fccfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccfe Color CSS Codes

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

#4fccfe Text Font Color

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

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


#4fccfe Background Color

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

This div background color is #4fccfe


#4fccfe Border Color

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

This div border color is #4fccfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccfe


Comments

No comments written yet.

Please login to write comment.