Color Hex Logo

#4cbeac Color Hex

#4CBEAC
(76,190,172)
0 Favorites   0 Comments

Color spaces of #4cbeac

RGB 76190172
HSL0.470.470.52
HSV171°60°75°
CMYK 0.600.000.09   0.25
XYZ28.840341.342045.4895
Yxy41.34200.24930.3574
Hunter Lab64.2977-32.45613.0618
CIE-Lab70.4149-36.4899-0.5223

#4cbeac color RGB value is (76,190,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10111110 10101100
Octal 114 276 254
Decimal 76 190 172
Hex 4C BE AC

RGB Percentages of Color #4cbeac

%17.35
%43.38
%39.27

CMYK Percentages of Color #4cbeac

%60
%0
%9
%25

Triadic Colors of #4cbeac

#4cbeac #ac4cbe #beac4c

Analogous Colors of #4cbeac

#4cbeac #4c97be #4cbe73

Monochromatic Colors of #4cbeac

#4cbeac

Complementary Color

#4cbeac #be4c5e

#4cbeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cbeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cbeac Color CSS Codes

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

#4cbeac Text Font Color

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

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


#4cbeac Background Color

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

This div background color is #4cbeac


#4cbeac Border Color

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

This div border color is #4cbeac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(76,190,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 #4cbeac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cbeac


Comments

No comments written yet.

Please login to write comment.