Color Hex Logo

#4afdaf Color Hex

#4AFDAF
(74,253,175)
0 Favorites   0 Comments

Color spaces of #4afdaf

RGB 74253175
HSL0.430.980.64
HSV154°71°99°
CMYK 0.710.000.31   0.01
XYZ45.687274.801652.5876
Yxy74.80160.26400.4322
Hunter Lab86.4879-57.061324.4912
CIE-Lab89.3000-62.207724.6343

#4afdaf color RGB value is (74,253,175).

#4afdaf hex color red value is 74, green value is 253 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4afdaf hue: 0.43 , saturation: 0.98 and the lightness value of 4afdaf is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111101 10101111
Octal 112 375 257
Decimal 74 253 175
Hex 4A FD AF

RGB Percentages of Color #4afdaf

%14.74
%50.40
%34.86

CMYK Percentages of Color #4afdaf

%71
%0
%31
%1

Triadic Colors of #4afdaf

#4afdaf #af4afd #fdaf4a

Analogous Colors of #4afdaf

#4afdaf #4af2fd #4afd56

Monochromatic Colors of #4afdaf

#4afdaf

Complementary Color

#4afdaf #fd4a98

#4afdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afdaf Color CSS Codes

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

#4afdaf Text Font Color

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

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


#4afdaf Background Color

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

This div background color is #4afdaf


#4afdaf Border Color

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

This div border color is #4afdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afdaf


Comments

No comments written yet.

Please login to write comment.