Color Hex Logo

#4fb4ff Color Hex

#4FB4FF
(79,180,255)
0 Favorites   0 Comments

Color spaces of #4fb4ff

RGB 79180255
HSL0.571.000.65
HSV206°69°100°
CMYK 0.690.290.00   0.00
XYZ37.595741.5248100.6413
Yxy41.52480.20910.2310
Hunter Lab64.4397-8.6283-47.4907
CIE-Lab70.5420-5.9946-45.6104

#4fb4ff color RGB value is (79,180,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10110100 11111111
Octal 117 264 377
Decimal 79 180 255
Hex 4F B4 FF

RGB Percentages of Color #4fb4ff

%15.37
%35.02
%49.61

CMYK Percentages of Color #4fb4ff

%69
%29
%0
%0

Triadic Colors of #4fb4ff

#4fb4ff #ff4fb4 #b4ff4f

Analogous Colors of #4fb4ff

#4fb4ff #4f5cff #4ffff2

Monochromatic Colors of #4fb4ff

#4fb4ff

Complementary Color

#4fb4ff #ff9a4f

#4fb4ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fb4ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fb4ff Color CSS Codes

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

#4fb4ff Text Font Color

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

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


#4fb4ff Background Color

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

This div background color is #4fb4ff


#4fb4ff Border Color

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

This div border color is #4fb4ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fb4ff

Related Colors


Comments

No comments written yet.

Please login to write comment.