Color Hex Logo

#4afcaf Color Hex

#4AFCAF
(74,252,175)
0 Favorites   0 Comments

Color spaces of #4afcaf

RGB 74252175
HSL0.430.970.64
HSV154°71°99°
CMYK 0.710.000.31   0.01
XYZ45.372374.171852.4827
Yxy74.17180.26380.4312
Hunter Lab86.1231-56.676024.1553
CIE-Lab89.0036-61.832224.2277

#4afcaf color RGB value is (74,252,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10101111
Octal 112 374 257
Decimal 74 252 175
Hex 4A FC AF

RGB Percentages of Color #4afcaf

%14.77
%50.30
%34.93

CMYK Percentages of Color #4afcaf

%71
%0
%31
%1

Triadic Colors of #4afcaf

#4afcaf #af4afc #fcaf4a

Analogous Colors of #4afcaf

#4afcaf #4af0fc #4afc56

Monochromatic Colors of #4afcaf

#4afcaf

Complementary Color

#4afcaf #fc4a97

#4afcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcaf Color CSS Codes

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

#4afcaf Text Font Color

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

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


#4afcaf Background Color

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

This div background color is #4afcaf


#4afcaf Border Color

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

This div border color is #4afcaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,252,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 #4afcaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcaf


Comments

No comments written yet.

Please login to write comment.