Color Hex Logo

#4acdba Color Hex

#4ACDBA
(74,205,186)
0 Favorites   0 Comments

Color spaces of #4acdba

RGB 74205186
HSL0.480.570.55
HSV171°64°80°
CMYK 0.640.000.09   0.20
XYZ33.518348.663754.0808
Yxy48.66370.24600.3571
Hunter Lab69.7594-36.31242.8671
CIE-Lab75.2416-40.0310-1.0756

#4acdba color RGB value is (74,205,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001101 10111010
Octal 112 315 272
Decimal 74 205 186
Hex 4A CD BA

RGB Percentages of Color #4acdba

%15.91
%44.09
%40.00

CMYK Percentages of Color #4acdba

%64
%0
%9
%20

Triadic Colors of #4acdba

#4acdba #ba4acd #cdba4a

Analogous Colors of #4acdba

#4acdba #4a9fcd #4acd79

Monochromatic Colors of #4acdba

#4acdba

Complementary Color

#4acdba #cd4a5d

#4acdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acdba Color CSS Codes

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

#4acdba Text Font Color

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

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


#4acdba Background Color

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

This div background color is #4acdba


#4acdba Border Color

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

This div border color is #4acdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acdba


Comments

No comments written yet.

Please login to write comment.