Color Hex Logo

#4fbefe Color Hex

#4FBEFE
(79,190,254)
0 Favorites   0 Comments

Color spaces of #4fbefe

RGB 79190254
HSL0.560.990.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.527345.6449100.4930
Yxy45.64490.21290.2458
Hunter Lab67.5610-13.7984-40.8977
CIE-Lab73.3145-11.7638-40.7345

#4fbefe color RGB value is (79,190,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 11111110
Octal 117 276 376
Decimal 79 190 254
Hex 4F BE FE

RGB Percentages of Color #4fbefe

%15.11
%36.33
%48.57

CMYK Percentages of Color #4fbefe

%69
%25
%0
%0

Triadic Colors of #4fbefe

#4fbefe #fe4fbe #befe4f

Analogous Colors of #4fbefe

#4fbefe #4f67fe #4ffee7

Monochromatic Colors of #4fbefe

#4fbefe

Complementary Color

#4fbefe #fe8f4f

#4fbefe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbefe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbefe Color CSS Codes

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

#4fbefe Text Font Color

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

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


#4fbefe Background Color

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

This div background color is #4fbefe


#4fbefe Border Color

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

This div border color is #4fbefe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbefe


Comments

No comments written yet.

Please login to write comment.