Color Hex Logo

#4fdcff Color Hex

#4FDCFF
(79,220,255)
1 Favorites   0 Comments

Color spaces of #4fdcff

RGB 79220255
HSL0.531.000.65
HSV192°69°100°
CMYK 0.690.140.00   0.00
XYZ46.867660.0687103.7320
Yxy60.06870.22250.2851
Hunter Lab77.5040-27.6909-25.1014
CIE-Lab81.8755-26.8611-28.0442

#4fdcff color RGB value is (79,220,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11111111
Octal 117 334 377
Decimal 79 220 255
Hex 4F DC FF

RGB Percentages of Color #4fdcff

%14.26
%39.71
%46.03

CMYK Percentages of Color #4fdcff

%69
%14
%0
%0

Triadic Colors of #4fdcff

#4fdcff #ff4fdc #dcff4f

Analogous Colors of #4fdcff

#4fdcff #4f84ff #4fffca

Monochromatic Colors of #4fdcff

#4fdcff

Complementary Color

#4fdcff #ff724f

#4fdcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcff Color CSS Codes

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

#4fdcff Text Font Color

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

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


#4fdcff Background Color

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

This div background color is #4fdcff


#4fdcff Border Color

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

This div border color is #4fdcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcff

Related Colors


Comments

No comments written yet.

Please login to write comment.