Color Hex Logo

#4acec1 Color Hex

#4ACEC1
(74,206,193)
0 Favorites   0 Comments

Color spaces of #4acec1

RGB 74206193
HSL0.480.570.55
HSV174°64°81°
CMYK 0.640.000.06   0.19
XYZ34.521049.448758.1772
Yxy49.44870.24290.3479
Hunter Lab70.3198-35.43130.1718
CIE-Lab75.7296-38.6464-4.1364

#4acec1 color RGB value is (74,206,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11001110 11000001
Octal 112 316 301
Decimal 74 206 193
Hex 4A CE C1

RGB Percentages of Color #4acec1

%15.64
%43.55
%40.80

CMYK Percentages of Color #4acec1

%64
%0
%6
%19

Triadic Colors of #4acec1

#4acec1 #c14ace #cec14a

Analogous Colors of #4acec1

#4acec1 #4a99ce #4ace7f

Monochromatic Colors of #4acec1

#4acec1

Complementary Color

#4acec1 #ce4a57

#4acec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4acec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4acec1 Color CSS Codes

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

#4acec1 Text Font Color

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

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


#4acec1 Background Color

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

This div background color is #4acec1


#4acec1 Border Color

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

This div border color is #4acec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4acec1


Comments

No comments written yet.

Please login to write comment.