Color Hex Logo

#4fbfeb Color Hex

#4FBFEB
(79,191,235)
0 Favorites   0 Comments

Color spaces of #4fbfeb

RGB 79191235
HSL0.550.800.62
HSV197°66°92°
CMYK 0.660.190.00   0.08
XYZ36.850644.922085.3258
Yxy44.92200.22050.2688
Hunter Lab67.0239-19.1502-28.5634
CIE-Lab72.8405-18.3427-31.2165

#4fbfeb color RGB value is (79,191,235).

#4fbfeb hex color red value is 79, green value is 191 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #4fbfeb hue: 0.55 , saturation: 0.80 and the lightness value of 4fbfeb is 0.62.

The process color (four color CMYK) of #4fbfeb color hex is 0.66, 0.19, 0.00, 0.08. Web safe color of #4fbfeb is #66ccff. Color #4fbfeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 11101011
Octal 117 277 353
Decimal 79 191 235
Hex 4F BF EB

RGB Percentages of Color #4fbfeb

%15.64
%37.82
%46.53

CMYK Percentages of Color #4fbfeb

%66
%19
%0
%8

Triadic Colors of #4fbfeb

#4fbfeb #eb4fbf #bfeb4f

Analogous Colors of #4fbfeb

#4fbfeb #4f71eb #4febc9

Monochromatic Colors of #4fbfeb

#4fbfeb

Complementary Color

#4fbfeb #eb7b4f

#4fbfeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfeb Color CSS Codes

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

#4fbfeb Text Font Color

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

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


#4fbfeb Background Color

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

This div background color is #4fbfeb


#4fbfeb Border Color

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

This div border color is #4fbfeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfeb


Comments

No comments written yet.

Please login to write comment.