Color Hex Logo

#4fbef4 Color Hex

#4FBEF4
(79,190,244)
0 Favorites   0 Comments

Color spaces of #4fbef4

RGB 79190244
HSL0.550.880.63
HSV200°68°96°
CMYK 0.680.220.00   0.04
XYZ37.967045.020892.2768
Yxy45.02080.21660.2569
Hunter Lab67.0975-16.4169-34.5711
CIE-Lab72.9056-14.9780-35.9812

#4fbef4 color RGB value is (79,190,244).

#4fbef4 hex color red value is 79, green value is 190 and the blue value of its RGB is 244. Cylindrical-coordinate representations (also known as HSL) of color #4fbef4 hue: 0.55 , saturation: 0.88 and the lightness value of 4fbef4 is 0.63.

The process color (four color CMYK) of #4fbef4 color hex is 0.68, 0.22, 0.00, 0.04. Web safe color of #4fbef4 is #66ccff. Color #4fbef4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111110 11110100
Octal 117 276 364
Decimal 79 190 244
Hex 4F BE F4

RGB Percentages of Color #4fbef4

%15.40
%37.04
%47.56

CMYK Percentages of Color #4fbef4

%68
%22
%0
%4

Triadic Colors of #4fbef4

#4fbef4 #f44fbe #bef44f

Analogous Colors of #4fbef4

#4fbef4 #4f6cf4 #4ff4d8

Monochromatic Colors of #4fbef4

#4fbef4

Complementary Color

#4fbef4 #f4854f

#4fbef4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbef4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbef4 Color CSS Codes

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

#4fbef4 Text Font Color

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

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


#4fbef4 Background Color

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

This div background color is #4fbef4


#4fbef4 Border Color

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

This div border color is #4fbef4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbef4


Comments

No comments written yet.

Please login to write comment.