Color Hex Logo

#4facbb Color Hex

#4FACBB
(79,172,187)
0 Favorites   0 Comments

Color spaces of #4facbb

RGB 79172187
HSL0.520.440.52
HSV188°58°73°
CMYK 0.580.080.00   0.27
XYZ26.946634.755252.3019
Yxy34.75520.23640.3049
Hunter Lab58.9535-21.5796-11.3329
CIE-Lab65.5576-23.0744-16.0161

#4facbb color RGB value is (79,172,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101100 10111011
Octal 117 254 273
Decimal 79 172 187
Hex 4F AC BB

RGB Percentages of Color #4facbb

%18.04
%39.27
%42.69

CMYK Percentages of Color #4facbb

%58
%8
%0
%27

Triadic Colors of #4facbb

#4facbb #bb4fac #acbb4f

Analogous Colors of #4facbb

#4facbb #4f76bb #4fbb94

Monochromatic Colors of #4facbb

#4facbb

Complementary Color

#4facbb #bb5e4f

#4facbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4facbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4facbb Color CSS Codes

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

#4facbb Text Font Color

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

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


#4facbb Background Color

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

This div background color is #4facbb


#4facbb Border Color

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

This div border color is #4facbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4facbb


Comments

No comments written yet.

Please login to write comment.