Color Hex Logo

#4acdac Color Hex

#4ACDAC
(74,205,172)
0 Favorites   0 Comments

Color spaces of #4acdac

RGB 74205172
HSL0.460.570.55
HSV165°64°80°
CMYK 0.640.000.16   0.20
XYZ32.101848.097046.6214
Yxy48.09700.25310.3793
Hunter Lab69.3520-38.74158.6891
CIE-Lab74.8861-43.54645.9567

#4acdac color RGB value is (74,205,172).

#4acdac hex color red value is 74, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4acdac hue: 0.46 , saturation: 0.57 and the lightness value of 4acdac is 0.55.

The process color (four color CMYK) of #4acdac color hex is 0.64, 0.00, 0.16, 0.20. Web safe color of #4acdac is #33cc99. Color #4acdac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 10101100
Octal 112 315 254
Decimal 74 205 172
Hex 4A CD AC

RGB Percentages of Color #4acdac

%16.41
%45.45
%38.14

CMYK Percentages of Color #4acdac

%64
%0
%16
%20

Triadic Colors of #4acdac

#4acdac #ac4acd #cdac4a

Analogous Colors of #4acdac

#4acdac #4aadcd #4acd6b

Monochromatic Colors of #4acdac

#4acdac

Complementary Color

#4acdac #cd4a6b

#4acdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdac Color CSS Codes

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

#4acdac Text Font Color

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

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


#4acdac Background Color

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

This div background color is #4acdac


#4acdac Border Color

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

This div border color is #4acdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdac


Comments

No comments written yet.

Please login to write comment.