Color Hex Logo

#4afcad Color Hex

#4AFCAD
(74,252,173)
0 Favorites   0 Comments

Color spaces of #4afcad

RGB 74252173
HSL0.430.970.64
HSV153°71°99°
CMYK 0.710.000.31   0.01
XYZ45.177374.093851.4556
Yxy74.09380.26460.4340
Hunter Lab86.0778-56.951624.8120
CIE-Lab88.9668-62.234125.1940

#4afcad color RGB value is (74,252,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10101101
Octal 112 374 255
Decimal 74 252 173
Hex 4A FC AD

RGB Percentages of Color #4afcad

%14.83
%50.50
%34.67

CMYK Percentages of Color #4afcad

%71
%0
%31
%1

Triadic Colors of #4afcad

#4afcad #ad4afc #fcad4a

Analogous Colors of #4afcad

#4afcad #4af2fc #4afc54

Monochromatic Colors of #4afcad

#4afcad

Complementary Color

#4afcad #fc4a99

#4afcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcad Color CSS Codes

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

#4afcad Text Font Color

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

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


#4afcad Background Color

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

This div background color is #4afcad


#4afcad Border Color

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

This div border color is #4afcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcad

Related Colors


Comments

No comments written yet.

Please login to write comment.