Color Hex Logo

#4fa4cb Color Hex

#4FA4CB
(79,164,203)
0 Favorites   0 Comments

Color spaces of #4fa4cb

RGB 79164203
HSL0.550.540.55
HSV199°61°80°
CMYK 0.610.190.00   0.20
XYZ27.279432.525061.3401
Yxy32.52500.22520.2685
Hunter Lab57.0307-14.4221-23.8486
CIE-Lab63.7744-14.0416-27.6381

#4fa4cb color RGB value is (79,164,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100100 11001011
Octal 117 244 313
Decimal 79 164 203
Hex 4F A4 CB

RGB Percentages of Color #4fa4cb

%17.71
%36.77
%45.52

CMYK Percentages of Color #4fa4cb

%61
%19
%0
%20

Triadic Colors of #4fa4cb

#4fa4cb #cb4fa4 #a4cb4f

Analogous Colors of #4fa4cb

#4fa4cb #4f66cb #4fcbb4

Monochromatic Colors of #4fa4cb

#4fa4cb

Complementary Color

#4fa4cb #cb764f

#4fa4cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa4cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa4cb Color CSS Codes

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

#4fa4cb Text Font Color

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

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


#4fa4cb Background Color

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

This div background color is #4fa4cb


#4fa4cb Border Color

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

This div border color is #4fa4cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa4cb


Comments

No comments written yet.

Please login to write comment.