Color Hex Logo

#4cbfaa Color Hex

#4CBFAA
(76,191,170)
0 Favorites   0 Comments

Color spaces of #4cbfaa

RGB 76191170
HSL0.470.470.52
HSV169°60°75°
CMYK 0.600.000.11   0.25
XYZ28.867041.700444.5577
Yxy41.70040.25070.3622
Hunter Lab64.5758-33.21384.2927
CIE-Lab70.6639-37.45950.9349

#4cbfaa color RGB value is (76,191,170).

#4cbfaa hex color red value is 76, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4cbfaa hue: 0.47 , saturation: 0.47 and the lightness value of 4cbfaa is 0.52.

The process color (four color CMYK) of #4cbfaa color hex is 0.60, 0.00, 0.11, 0.25. Web safe color of #4cbfaa is #33cc99. Color #4cbfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 10101010
Octal 114 277 252
Decimal 76 191 170
Hex 4C BF AA

RGB Percentages of Color #4cbfaa

%17.39
%43.71
%38.90

CMYK Percentages of Color #4cbfaa

%60
%0
%11
%25

Triadic Colors of #4cbfaa

#4cbfaa #aa4cbf #bfaa4c

Analogous Colors of #4cbfaa

#4cbfaa #4c9bbf #4cbf71

Monochromatic Colors of #4cbfaa

#4cbfaa

Complementary Color

#4cbfaa #bf4c61

#4cbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfaa Color CSS Codes

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

#4cbfaa Text Font Color

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

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


#4cbfaa Background Color

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

This div background color is #4cbfaa


#4cbfaa Border Color

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

This div border color is #4cbfaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(76,191,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4cbfaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4cbfaa;
  -webkit-box-shadow: 1px 1px 3px 2px #4cbfaa;
  box-shadow:         1px 1px 3px 2px #4cbfaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,191,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfaa


Comments

No comments written yet.

Please login to write comment.