Color Hex Logo

#4fdcfb Color Hex

#4FDCFB
(79,220,251)
0 Favorites   0 Comments

Color spaces of #4fdcfb

RGB 79220251
HSL0.530.960.65
HSV191°69°98°
CMYK 0.690.120.00   0.02
XYZ46.230259.8137100.3754
Yxy59.81370.22400.2898
Hunter Lab77.3393-28.6440-22.8124
CIE-Lab81.7368-28.0622-26.1373

#4fdcfb color RGB value is (79,220,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11111011
Octal 117 334 373
Decimal 79 220 251
Hex 4F DC FB

RGB Percentages of Color #4fdcfb

%14.36
%40.00
%45.64

CMYK Percentages of Color #4fdcfb

%69
%12
%0
%2

Triadic Colors of #4fdcfb

#4fdcfb #fb4fdc #dcfb4f

Analogous Colors of #4fdcfb

#4fdcfb #4f86fb #4ffbc4

Monochromatic Colors of #4fdcfb

#4fdcfb

Complementary Color

#4fdcfb #fb6e4f

#4fdcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcfb Color CSS Codes

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

#4fdcfb Text Font Color

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

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


#4fdcfb Background Color

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

This div background color is #4fdcfb


#4fdcfb Border Color

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

This div border color is #4fdcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcfb


Comments

No comments written yet.

Please login to write comment.