Color Hex Logo

#4fccf5 Color Hex

#4FCCF5
(79,204,245)
0 Favorites   0 Comments

Color spaces of #4fccf5

RGB 79204245
HSL0.540.890.64
HSV195°68°96°
CMYK 0.680.170.00   0.04
XYZ41.298751.440694.1386
Yxy51.44060.22100.2753
Hunter Lab71.7221-22.7306-27.6154
CIE-Lab76.9451-21.9192-30.2809

#4fccf5 color RGB value is (79,204,245).

#4fccf5 hex color red value is 79, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #4fccf5 hue: 0.54 , saturation: 0.89 and the lightness value of 4fccf5 is 0.64.

The process color (four color CMYK) of #4fccf5 color hex is 0.68, 0.17, 0.00, 0.04. Web safe color of #4fccf5 is #66ccff. Color #4fccf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11110101
Octal 117 314 365
Decimal 79 204 245
Hex 4F CC F5

RGB Percentages of Color #4fccf5

%14.96
%38.64
%46.40

CMYK Percentages of Color #4fccf5

%68
%17
%0
%4

Triadic Colors of #4fccf5

#4fccf5 #f54fcc #ccf54f

Analogous Colors of #4fccf5

#4fccf5 #4f79f5 #4ff5cb

Monochromatic Colors of #4fccf5

#4fccf5

Complementary Color

#4fccf5 #f5784f

#4fccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccf5 Color CSS Codes

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

#4fccf5 Text Font Color

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

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


#4fccf5 Background Color

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

This div background color is #4fccf5


#4fccf5 Border Color

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

This div border color is #4fccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccf5


Comments

No comments written yet.

Please login to write comment.