color codes Logo

#4fc1fb color codes

#4FC1FB
(79,193,251)
0 Favorites   0 Comments

Color spaces of #4fc1fb

RGB 79193251
HSL0.560.960.65
HSV200°69°98°
CMYK 0.690.230.00   0.02
XYZ39.707046.767298.2010
Yxy46.76720.21500.2532
Hunter Lab68.3865-16.0347-37.2680
CIE-Lab74.0406-14.3288-37.9908

#4fc1fb color RGB value is (79,193,251).

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

The process color (four color CMYK) of #4fc1fb color code is 0.69, 0.23, 0.00, 0.02. Web safe color of #4fc1fb is #66ccff. Color #4fc1fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000001 11111011
Octal 117 301 373
Decimal 79 193 251
Hex 4F C1 FB

RGB Percentages of Color #4fc1fb

%15.11
%36.90
%47.99

CMYK Percentages of Color #4fc1fb

%69
%23
%0
%2

Triadic Colors of #4fc1fb

#4fc1fb #fb4fc1 #c1fb4f

Analogous Colors of #4fc1fb

#4fc1fb #4f6bfb #4ffbdf

Monochromatic Colors of #4fc1fb

#4fc1fb

Complementary Color

#4fc1fb #fb894f

#4fc1fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc1fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc1fb Color CSS Codes

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

#4fc1fb Text Font Color

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

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


#4fc1fb Background Color

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

This div background color is #4fc1fb


#4fc1fb Border Color

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

This div border color is #4fc1fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc1fb

Related Colors


Comments

No comments written yet.

Please login to write comment.