Color Hex Logo

#4acec7 Color Hex

#4ACEC7
(74,206,199)
0 Favorites   0 Comments

Color spaces of #4acec7

RGB 74206199
HSL0.490.570.55
HSV177°64°81°
CMYK 0.640.000.03   0.19
XYZ35.204149.722061.7747
Yxy49.72200.24000.3389
Hunter Lab70.5138-34.2829-2.5822
CIE-Lab75.8983-37.0358-7.1241

#4acec7 color RGB value is (74,206,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11000111
Octal 112 316 307
Decimal 74 206 199
Hex 4A CE C7

RGB Percentages of Color #4acec7

%15.45
%43.01
%41.54

CMYK Percentages of Color #4acec7

%64
%0
%3
%19

Triadic Colors of #4acec7

#4acec7 #c74ace #cec74a

Analogous Colors of #4acec7

#4acec7 #4a93ce #4ace85

Monochromatic Colors of #4acec7

#4acec7

Complementary Color

#4acec7 #ce4a51

#4acec7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acec7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acec7 Color CSS Codes

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

#4acec7 Text Font Color

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

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


#4acec7 Background Color

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

This div background color is #4acec7


#4acec7 Border Color

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

This div border color is #4acec7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acec7


Comments

No comments written yet.

Please login to write comment.