Color Hex Logo

#4acec0 Color Hex

#4ACEC0
(74,206,192)
0 Favorites   0 Comments

Color spaces of #4acec0

RGB 74206192
HSL0.480.570.55
HSV174°64°81°
CMYK 0.640.000.07   0.19
XYZ34.409849.404257.5916
Yxy49.40420.24330.3494
Hunter Lab70.2881-35.61890.6216
CIE-Lab75.7021-38.9113-3.6375

#4acec0 color RGB value is (74,206,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11000000
Octal 112 316 300
Decimal 74 206 192
Hex 4A CE C0

RGB Percentages of Color #4acec0

%15.68
%43.64
%40.68

CMYK Percentages of Color #4acec0

%64
%0
%7
%19

Triadic Colors of #4acec0

#4acec0 #c04ace #cec04a

Analogous Colors of #4acec0

#4acec0 #4a9ace #4ace7e

Monochromatic Colors of #4acec0

#4acec0

Complementary Color

#4acec0 #ce4a58

#4acec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acec0 Color CSS Codes

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

#4acec0 Text Font Color

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

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


#4acec0 Background Color

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

This div background color is #4acec0


#4acec0 Border Color

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

This div border color is #4acec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acec0


Comments

No comments written yet.

Please login to write comment.