Color Hex Logo

#4facbc Color Hex

#4FACBC
(79,172,188)
0 Favorites   0 Comments

Color spaces of #4facbc

RGB 79172188
HSL0.520.450.52
HSV189°58°74°
CMYK 0.580.090.00   0.26
XYZ27.054134.798252.8678
Yxy34.79820.23580.3033
Hunter Lab58.9900-21.3685-11.8437
CIE-Lab65.5912-22.7831-16.5210

#4facbc color RGB value is (79,172,188).

#4facbc hex color red value is 79, green value is 172 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #4facbc hue: 0.52 , saturation: 0.45 and the lightness value of 4facbc is 0.52.

The process color (four color CMYK) of #4facbc color hex is 0.58, 0.09, 0.00, 0.26. Web safe color of #4facbc is #6699cc. Color #4facbc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 10111100
Octal 117 254 274
Decimal 79 172 188
Hex 4F AC BC

RGB Percentages of Color #4facbc

%18.00
%39.18
%42.82

CMYK Percentages of Color #4facbc

%58
%9
%0
%26

Triadic Colors of #4facbc

#4facbc #bc4fac #acbc4f

Analogous Colors of #4facbc

#4facbc #4f76bc #4fbc96

Monochromatic Colors of #4facbc

#4facbc

Complementary Color

#4facbc #bc5f4f

#4facbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facbc Color CSS Codes

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

#4facbc Text Font Color

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

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


#4facbc Background Color

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

This div background color is #4facbc


#4facbc Border Color

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

This div border color is #4facbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facbc


Comments

No comments written yet.

Please login to write comment.