Color Hex Logo

#4afca5 Color Hex

#4AFCA5
(74,252,165)
0 Favorites   0 Comments

Color spaces of #4afca5

RGB 74252165
HSL0.420.970.64
HSV151°71°99°
CMYK 0.710.000.35   0.01
XYZ44.426073.793347.4993
Yxy73.79330.26810.4453
Hunter Lab85.9030-58.016427.3483
CIE-Lab88.8247-63.796829.0485

#4afca5 color RGB value is (74,252,165).

#4afca5 hex color red value is 74, green value is 252 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #4afca5 hue: 0.42 , saturation: 0.97 and the lightness value of 4afca5 is 0.64.

The process color (four color CMYK) of #4afca5 color hex is 0.71, 0.00, 0.35, 0.01. Web safe color of #4afca5 is #33ff99. Color #4afca5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10100101
Octal 112 374 245
Decimal 74 252 165
Hex 4A FC A5

RGB Percentages of Color #4afca5

%15.07
%51.32
%33.60

CMYK Percentages of Color #4afca5

%71
%0
%35
%1

Triadic Colors of #4afca5

#4afca5 #a54afc #fca54a

Analogous Colors of #4afca5

#4afca5 #4afafc #4afc4c

Monochromatic Colors of #4afca5

#4afca5

Complementary Color

#4afca5 #fc4aa1

#4afca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afca5 Color CSS Codes

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

#4afca5 Text Font Color

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

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


#4afca5 Background Color

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

This div background color is #4afca5


#4afca5 Border Color

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

This div border color is #4afca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afca5


Comments

No comments written yet.

Please login to write comment.