Color Hex Logo

#4fbbba Color Hex

#4FBBBA
(79,187,186)
0 Favorites   0 Comments

Color spaces of #4fbbba

RGB 79187186
HSL0.500.440.52
HSV179°58°73°
CMYK 0.580.000.01   0.27
XYZ29.857740.748152.7459
Yxy40.74810.24210.3303
Hunter Lab63.8342-28.2187-4.3071
CIE-Lab69.9991-30.7923-8.8004

#4fbbba color RGB value is (79,187,186).

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

The process color (four color CMYK) of #4fbbba color hex is 0.58, 0.00, 0.01, 0.27. Web safe color of #4fbbba is #66cccc. Color #4fbbba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111011 10111010
Octal 117 273 272
Decimal 79 187 186
Hex 4F BB BA

RGB Percentages of Color #4fbbba

%17.48
%41.37
%41.15

CMYK Percentages of Color #4fbbba

%58
%0
%1
%27

Triadic Colors of #4fbbba

#4fbbba #ba4fbb #bbba4f

Analogous Colors of #4fbbba

#4fbbba #4f86bb #4fbb84

Monochromatic Colors of #4fbbba

#4fbbba

Complementary Color

#4fbbba #bb4f50

#4fbbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbbba Color CSS Codes

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

#4fbbba Text Font Color

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

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


#4fbbba Background Color

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

This div background color is #4fbbba


#4fbbba Border Color

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

This div border color is #4fbbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbbba


Comments

No comments written yet.

Please login to write comment.