Color Hex Logo

#4fbdfb Color Hex

#4FBDFB
(79,189,251)
0 Favorites   0 Comments

Color spaces of #4fbdfb

RGB 79189251
HSL0.560.960.65
HSV202°69°98°
CMYK 0.690.250.00   0.02
XYZ38.834645.022597.9102
Yxy45.02250.21370.2477
Hunter Lab67.0988-14.1129-39.5465
CIE-Lab72.9067-12.1990-39.7549

#4fbdfb color RGB value is (79,189,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11111011
Octal 117 275 373
Decimal 79 189 251
Hex 4F BD FB

RGB Percentages of Color #4fbdfb

%15.22
%36.42
%48.36

CMYK Percentages of Color #4fbdfb

%69
%25
%0
%2

Triadic Colors of #4fbdfb

#4fbdfb #fb4fbd #bdfb4f

Analogous Colors of #4fbdfb

#4fbdfb #4f67fb #4ffbe3

Monochromatic Colors of #4fbdfb

#4fbdfb

Complementary Color

#4fbdfb #fb8d4f

#4fbdfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdfb Color CSS Codes

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

#4fbdfb Text Font Color

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

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


#4fbdfb Background Color

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

This div background color is #4fbdfb


#4fbdfb Border Color

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

This div border color is #4fbdfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdfb


Comments

No comments written yet.

Please login to write comment.