Color Hex Logo

#4fbdff Color Hex

#4FBDFF
(79,189,255)
0 Favorites   0 Comments

Color spaces of #4fbdff

RGB 79189255
HSL0.561.000.65
HSV203°69°100°
CMYK 0.690.260.00   0.00
XYZ39.472045.2775101.2668
Yxy45.27750.21220.2434
Hunter Lab67.2886-13.0455-42.1273
CIE-Lab73.0742-10.9023-41.6473

#4fbdff color RGB value is (79,189,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111101 11111111
Octal 117 275 377
Decimal 79 189 255
Hex 4F BD FF

RGB Percentages of Color #4fbdff

%15.11
%36.14
%48.76

CMYK Percentages of Color #4fbdff

%69
%26
%0
%0

Triadic Colors of #4fbdff

#4fbdff #ff4fbd #bdff4f

Analogous Colors of #4fbdff

#4fbdff #4f65ff #4fffe9

Monochromatic Colors of #4fbdff

#4fbdff

Complementary Color

#4fbdff #ff914f

#4fbdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbdff Color CSS Codes

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

#4fbdff Text Font Color

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

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


#4fbdff Background Color

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

This div background color is #4fbdff


#4fbdff Border Color

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

This div border color is #4fbdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbdff


Comments

No comments written yet.

Please login to write comment.