Color Hex Logo

#4fdafc Color Hex

#4FDAFC
(79,218,252)
0 Favorites   0 Comments

Color spaces of #4fdafc

RGB 79218252
HSL0.530.970.65
HSV192°69°99°
CMYK 0.690.130.00   0.01
XYZ45.866558.8333101.0340
Yxy58.83330.22290.2860
Hunter Lab76.7029-27.4912-24.4055
CIE-Lab81.1999-26.7817-27.4879

#4fdafc color RGB value is (79,218,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011010 11111100
Octal 117 332 374
Decimal 79 218 252
Hex 4F DA FC

RGB Percentages of Color #4fdafc

%14.39
%39.71
%45.90

CMYK Percentages of Color #4fdafc

%69
%13
%0
%1

Triadic Colors of #4fdafc

#4fdafc #fc4fda #dafc4f

Analogous Colors of #4fdafc

#4fdafc #4f84fc #4ffcc8

Monochromatic Colors of #4fdafc

#4fdafc

Complementary Color

#4fdafc #fc714f

#4fdafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdafc Color CSS Codes

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

#4fdafc Text Font Color

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

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


#4fdafc Background Color

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

This div background color is #4fdafc


#4fdafc Border Color

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

This div border color is #4fdafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdafc


Comments

No comments written yet.

Please login to write comment.