Color Hex Logo

#4fb3fe Color Hex

#4FB3FE
(79,179,254)
0 Favorites   0 Comments

Color spaces of #4fb3fe

RGB 79179254
HSL0.570.990.65
HSV206°69°100°
CMYK 0.690.300.00   0.00
XYZ37.233941.058299.7285
Yxy41.05820.20920.2306
Hunter Lab64.0767-8.4108-47.4249
CIE-Lab70.2167-5.7734-45.5806

#4fb3fe color RGB value is (79,179,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10110011 11111110
Octal 117 263 376
Decimal 79 179 254
Hex 4F B3 FE

RGB Percentages of Color #4fb3fe

%15.43
%34.96
%49.61

CMYK Percentages of Color #4fb3fe

%69
%30
%0
%0

Triadic Colors of #4fb3fe

#4fb3fe #fe4fb3 #b3fe4f

Analogous Colors of #4fb3fe

#4fb3fe #4f5bfe #4ffef2

Monochromatic Colors of #4fb3fe

#4fb3fe

Complementary Color

#4fb3fe #fe9a4f

#4fb3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb3fe Color CSS Codes

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

#4fb3fe Text Font Color

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

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


#4fb3fe Background Color

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

This div background color is #4fb3fe


#4fb3fe Border Color

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

This div border color is #4fb3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb3fe

Related Colors


Comments

No comments written yet.

Please login to write comment.