Color Hex Logo

#4caeac Color Hex

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

Color spaces of #4caeac

RGB 76174172
HSL0.500.390.49
HSV179°56°68°
CMYK 0.560.000.01   0.32
XYZ25.562934.787244.3970
Yxy34.78720.24400.3321
Hunter Lab58.9807-25.8522-3.3434
CIE-Lab65.5827-28.9036-7.6471

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

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

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

Base Numbers

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

RGB Percentages of Color #4caeac

%18.01
%41.23
%40.76

CMYK Percentages of Color #4caeac

%56
%0
%1
%32

Triadic Colors of #4caeac

#4caeac #ac4cae #aeac4c

Analogous Colors of #4caeac

#4caeac #4c7fae #4cae7b

Monochromatic Colors of #4caeac

#4caeac

Complementary Color

#4caeac #ae4c4e

#4caeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeac Color CSS Codes

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

#4caeac Text Font Color

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

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


#4caeac Background Color

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

This div background color is #4caeac


#4caeac Border Color

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

This div border color is #4caeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeac


Comments

No comments written yet.

Please login to write comment.