Color Hex Logo

#4acdaf Color Hex

#4ACDAF
(74,205,175)
0 Favorites   0 Comments

Color spaces of #4acdaf

RGB 74205175
HSL0.460.570.55
HSV166°64°80°
CMYK 0.640.000.15   0.20
XYZ32.393248.213648.1563
Yxy48.21360.25160.3744
Hunter Lab69.4360-38.23947.4855
CIE-Lab74.9595-42.81234.4467

#4acdaf color RGB value is (74,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 10101111
Octal 112 315 257
Decimal 74 205 175
Hex 4A CD AF

RGB Percentages of Color #4acdaf

%16.30
%45.15
%38.55

CMYK Percentages of Color #4acdaf

%64
%0
%15
%20

Triadic Colors of #4acdaf

#4acdaf #af4acd #cdaf4a

Analogous Colors of #4acdaf

#4acdaf #4aaacd #4acd6e

Monochromatic Colors of #4acdaf

#4acdaf

Complementary Color

#4acdaf #cd4a68

#4acdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdaf Color CSS Codes

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

#4acdaf Text Font Color

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

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


#4acdaf Background Color

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

This div background color is #4acdaf


#4acdaf Border Color

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

This div border color is #4acdaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,205,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdaf


Comments

No comments written yet.

Please login to write comment.