Color Hex Logo

#4fa1cb Color Hex

#4FA1CB
(79,161,203)
0 Favorites   0 Comments

Color spaces of #4fa1cb

RGB 79161203
HSL0.560.540.55
HSV200°61°80°
CMYK 0.610.210.00   0.20
XYZ26.748831.463861.1632
Yxy31.46380.22410.2636
Hunter Lab56.0926-13.0410-25.3848
CIE-Lab62.8972-12.4128-28.9916

#4fa1cb color RGB value is (79,161,203).

#4fa1cb hex color red value is 79, green value is 161 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4fa1cb hue: 0.56 , saturation: 0.54 and the lightness value of 4fa1cb is 0.55.

The process color (four color CMYK) of #4fa1cb color hex is 0.61, 0.21, 0.00, 0.20. Web safe color of #4fa1cb is #6699cc. Color #4fa1cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100001 11001011
Octal 117 241 313
Decimal 79 161 203
Hex 4F A1 CB

RGB Percentages of Color #4fa1cb

%17.83
%36.34
%45.82

CMYK Percentages of Color #4fa1cb

%61
%21
%0
%20

Triadic Colors of #4fa1cb

#4fa1cb #cb4fa1 #a1cb4f

Analogous Colors of #4fa1cb

#4fa1cb #4f63cb #4fcbb7

Monochromatic Colors of #4fa1cb

#4fa1cb

Complementary Color

#4fa1cb #cb794f

#4fa1cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa1cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa1cb Color CSS Codes

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

#4fa1cb Text Font Color

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

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


#4fa1cb Background Color

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

This div background color is #4fa1cb


#4fa1cb Border Color

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

This div border color is #4fa1cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa1cb


Comments

No comments written yet.

Please login to write comment.