Color Hex Logo

#4afec2 Color Hex

#4AFEC2
(74,254,194)
0 Favorites   0 Comments

Color spaces of #4afec2

RGB 74254194
HSL0.440.990.64
HSV160°71°100°
CMYK 0.710.000.24   0.00
XYZ48.003576.234563.2236
Yxy76.23450.25610.4067
Hunter Lab87.3124-54.659118.1863
CIE-Lab89.9681-58.577215.8497

#4afec2 color RGB value is (74,254,194).

#4afec2 hex color red value is 74, green value is 254 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #4afec2 hue: 0.44 , saturation: 0.99 and the lightness value of 4afec2 is 0.64.

The process color (four color CMYK) of #4afec2 color hex is 0.71, 0.00, 0.24, 0.00. Web safe color of #4afec2 is #33ffcc. Color #4afec2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111110 11000010
Octal 112 376 302
Decimal 74 254 194
Hex 4A FE C2

RGB Percentages of Color #4afec2

%14.18
%48.66
%37.16

CMYK Percentages of Color #4afec2

%71
%0
%24
%0

Triadic Colors of #4afec2

#4afec2 #c24afe #fec24a

Analogous Colors of #4afec2

#4afec2 #4ae0fe #4afe68

Monochromatic Colors of #4afec2

#4afec2

Complementary Color

#4afec2 #fe4a86

#4afec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afec2 Color CSS Codes

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

#4afec2 Text Font Color

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

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


#4afec2 Background Color

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

This div background color is #4afec2


#4afec2 Border Color

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

This div border color is #4afec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afec2

Related Colors


Comments

No comments written yet.

Please login to write comment.