Color Hex Logo

#4fbeff Color Hex

#4FBEFF
(79,190,255)
0 Favorites   0 Comments

Color spaces of #4fbeff

RGB 79190255
HSL0.561.000.65
HSV202°69°100°
CMYK 0.690.250.00   0.00
XYZ39.687945.7092101.3387
Yxy45.70920.21250.2448
Hunter Lab67.6086-13.5311-41.5440
CIE-Lab73.3564-11.4397-41.2070

#4fbeff color RGB value is (79,190,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 11111111
Octal 117 276 377
Decimal 79 190 255
Hex 4F BE FF

RGB Percentages of Color #4fbeff

%15.08
%36.26
%48.66

CMYK Percentages of Color #4fbeff

%69
%25
%0
%0

Triadic Colors of #4fbeff

#4fbeff #ff4fbe #beff4f

Analogous Colors of #4fbeff

#4fbeff #4f66ff #4fffe8

Monochromatic Colors of #4fbeff

#4fbeff

Complementary Color

#4fbeff #ff904f

#4fbeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbeff Color CSS Codes

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

#4fbeff Text Font Color

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

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


#4fbeff Background Color

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

This div background color is #4fbeff


#4fbeff Border Color

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

This div border color is #4fbeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbeff

Related Colors


Comments

No comments written yet.

Please login to write comment.