Color Hex Logo

#4fcafc Color Hex

#4FCAFC
(79,202,252)
0 Favorites   0 Comments

Color spaces of #4fcafc

RGB 79202252
HSL0.550.970.65
HSV197°69°99°
CMYK 0.690.200.00   0.01
XYZ41.915750.931699.7171
Yxy50.93160.21770.2645
Hunter Lab71.3664-20.0525-32.8868
CIE-Lab76.6376-18.7168-34.5027

#4fcafc color RGB value is (79,202,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001010 11111100
Octal 117 312 374
Decimal 79 202 252
Hex 4F CA FC

RGB Percentages of Color #4fcafc

%14.82
%37.90
%47.28

CMYK Percentages of Color #4fcafc

%69
%20
%0
%1

Triadic Colors of #4fcafc

#4fcafc #fc4fca #cafc4f

Analogous Colors of #4fcafc

#4fcafc #4f74fc #4ffcd8

Monochromatic Colors of #4fcafc

#4fcafc

Complementary Color

#4fcafc #fc814f

#4fcafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcafc Color CSS Codes

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

#4fcafc Text Font Color

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

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


#4fcafc Background Color

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

This div background color is #4fcafc


#4fcafc Border Color

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

This div border color is #4fcafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcafc


Comments

No comments written yet.

Please login to write comment.