Color Hex Logo

#4afac5 Color Hex

#4AFAC5
(74,250,197)
0 Favorites   0 Comments

Color spaces of #4afac5

RGB 74250197
HSL0.450.950.64
HSV162°70°98°
CMYK 0.700.000.21   0.02
XYZ47.087773.858364.5976
Yxy73.85830.25380.3981
Hunter Lab85.9409-52.594915.5932
CIE-Lab88.8555-56.329812.7313

#4afac5 color RGB value is (74,250,197).

#4afac5 hex color red value is 74, green value is 250 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #4afac5 hue: 0.45 , saturation: 0.95 and the lightness value of 4afac5 is 0.64.

The process color (four color CMYK) of #4afac5 color hex is 0.70, 0.00, 0.21, 0.02. Web safe color of #4afac5 is #33ffcc. Color #4afac5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 11000101
Octal 112 372 305
Decimal 74 250 197
Hex 4A FA C5

RGB Percentages of Color #4afac5

%14.20
%47.98
%37.81

CMYK Percentages of Color #4afac5

%70
%0
%21
%2

Triadic Colors of #4afac5

#4afac5 #c54afa #fac54a

Analogous Colors of #4afac5

#4afac5 #4ad7fa #4afa6d

Monochromatic Colors of #4afac5

#4afac5

Complementary Color

#4afac5 #fa4a7f

#4afac5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afac5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afac5 Color CSS Codes

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

#4afac5 Text Font Color

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

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


#4afac5 Background Color

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

This div background color is #4afac5


#4afac5 Border Color

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

This div border color is #4afac5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afac5


Comments

No comments written yet.

Please login to write comment.