Color Hex Logo

#4caeae Color Hex

#4CAEAE
(76,174,174)
0 Favorites   0 Comments

Color spaces of #4caeae

RGB 76174174
HSL0.500.390.49
HSV180°56°68°
CMYK 0.560.000.00   0.32
XYZ25.756534.864645.4164
Yxy34.86460.24290.3288
Hunter Lab59.0463-25.4677-4.2715
CIE-Lab65.6431-28.3515-8.6694

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001100 10101110 10101110
Octal 114 256 256
Decimal 76 174 174
Hex 4C AE AE

RGB Percentages of Color #4caeae

%17.92
%41.04
%41.04

CMYK Percentages of Color #4caeae

%56
%0
%0
%32

Triadic Colors of #4caeae

#4caeae #ae4cae #aeae4c

Analogous Colors of #4caeae

#4caeae #4c7dae #4cae7d

Monochromatic Colors of #4caeae

#4caeae

Complementary Color

#4caeae #ae4c4c

#4caeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4caeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4caeae Color CSS Codes

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

#4caeae Text Font Color

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

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


#4caeae Background Color

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

This div background color is #4caeae


#4caeae Border Color

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

This div border color is #4caeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4caeae


Comments

No comments written yet.

Please login to write comment.