Color Hex Logo

#4cbfac Color Hex

#4CBFAC
(76,191,172)
0 Favorites   0 Comments

Color spaces of #4cbfac

RGB 76191172
HSL0.470.470.52
HSV170°60°75°
CMYK 0.600.000.10   0.25
XYZ29.057741.776745.5619
Yxy41.77670.24960.3589
Hunter Lab64.6349-32.86343.4502
CIE-Lab70.7167-36.9487-0.0812

#4cbfac color RGB value is (76,191,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111111 10101100
Octal 114 277 254
Decimal 76 191 172
Hex 4C BF AC

RGB Percentages of Color #4cbfac

%17.31
%43.51
%39.18

CMYK Percentages of Color #4cbfac

%60
%0
%10
%25

Triadic Colors of #4cbfac

#4cbfac #ac4cbf #bfac4c

Analogous Colors of #4cbfac

#4cbfac #4c99bf #4cbf73

Monochromatic Colors of #4cbfac

#4cbfac

Complementary Color

#4cbfac #bf4c5f

#4cbfac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbfac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbfac Color CSS Codes

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

#4cbfac Text Font Color

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

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


#4cbfac Background Color

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

This div background color is #4cbfac


#4cbfac Border Color

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

This div border color is #4cbfac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbfac


Comments

No comments written yet.

Please login to write comment.