Color Hex Logo

#4fdaf4 Color Hex

#4FDAF4
(79,218,244)
0 Favorites   0 Comments

Color spaces of #4fdaf4

RGB 79218244
HSL0.530.880.63
HSV189°68°96°
CMYK 0.680.110.00   0.04
XYZ44.625058.336794.4961
Yxy58.33670.22600.2954
Hunter Lab76.3785-29.3716-19.8892
CIE-Lab80.9256-29.1705-23.6588

#4fdaf4 color RGB value is (79,218,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011010 11110100
Octal 117 332 364
Decimal 79 218 244
Hex 4F DA F4

RGB Percentages of Color #4fdaf4

%14.60
%40.30
%45.10

CMYK Percentages of Color #4fdaf4

%68
%11
%0
%4

Triadic Colors of #4fdaf4

#4fdaf4 #f44fda #daf44f

Analogous Colors of #4fdaf4

#4fdaf4 #4f88f4 #4ff4bc

Monochromatic Colors of #4fdaf4

#4fdaf4

Complementary Color

#4fdaf4 #f4694f

#4fdaf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdaf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdaf4 Color CSS Codes

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

#4fdaf4 Text Font Color

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

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


#4fdaf4 Background Color

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

This div background color is #4fdaf4


#4fdaf4 Border Color

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

This div border color is #4fdaf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdaf4


Comments

No comments written yet.

Please login to write comment.