Color Hex Logo

#4fdcf7 Color Hex

#4FDCF7
(79,220,247)
0 Favorites   0 Comments

Color spaces of #4fdcf7

RGB 79220247
HSL0.530.910.64
HSV190°68°97°
CMYK 0.680.110.00   0.03
XYZ45.606159.564197.0890
Yxy59.56410.22550.2945
Hunter Lab77.1778-29.5814-20.5619
CIE-Lab81.6007-29.2529-24.2241

#4fdcf7 color RGB value is (79,220,247).

#4fdcf7 hex color red value is 79, green value is 220 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #4fdcf7 hue: 0.53 , saturation: 0.91 and the lightness value of 4fdcf7 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11110111
Octal 117 334 367
Decimal 79 220 247
Hex 4F DC F7

RGB Percentages of Color #4fdcf7

%14.47
%40.29
%45.24

CMYK Percentages of Color #4fdcf7

%68
%11
%0
%3

Triadic Colors of #4fdcf7

#4fdcf7 #f74fdc #dcf74f

Analogous Colors of #4fdcf7

#4fdcf7 #4f88f7 #4ff7be

Monochromatic Colors of #4fdcf7

#4fdcf7

Complementary Color

#4fdcf7 #f76a4f

#4fdcf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcf7 Color CSS Codes

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

#4fdcf7 Text Font Color

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

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


#4fdcf7 Background Color

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

This div background color is #4fdcf7


#4fdcf7 Border Color

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

This div border color is #4fdcf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcf7


Comments

No comments written yet.

Please login to write comment.