Color Hex Logo

#4cacae Color Hex

#4CACAE
(76,172,174)
0 Favorites   0 Comments

Color spaces of #4cacae

RGB 76172174
HSL0.500.390.49
HSV181°56°68°
CMYK 0.560.010.00   0.32
XYZ25.373034.097545.2886
Yxy34.09750.24220.3255
Hunter Lab58.3931-24.6259-5.1091
CIE-Lab65.0399-27.3653-9.5691

#4cacae color RGB value is (76,172,174).

#4cacae hex color red value is 76, green value is 172 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4cacae hue: 0.50 , saturation: 0.39 and the lightness value of 4cacae is 0.49.

The process color (four color CMYK) of #4cacae color hex is 0.56, 0.01, 0.00, 0.32. Web safe color of #4cacae is #339999. Color #4cacae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101100 10101110
Octal 114 254 256
Decimal 76 172 174
Hex 4C AC AE

RGB Percentages of Color #4cacae

%18.01
%40.76
%41.23

CMYK Percentages of Color #4cacae

%56
%1
%0
%32

Triadic Colors of #4cacae

#4cacae #ae4cac #acae4c

Analogous Colors of #4cacae

#4cacae #4c7bae #4cae7f

Monochromatic Colors of #4cacae

#4cacae

Complementary Color

#4cacae #ae4e4c

#4cacae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4cacae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4cacae Color CSS Codes

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

#4cacae Text Font Color

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

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


#4cacae Background Color

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

This div background color is #4cacae


#4cacae Border Color

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

This div border color is #4cacae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4cacae


Comments

No comments written yet.

Please login to write comment.