Color Hex Logo

#4afcab Color Hex

#4AFCAB
(74,252,171)
0 Favorites   0 Comments

Color spaces of #4afcab

RGB 74252171
HSL0.420.970.64
HSV153°71°99°
CMYK 0.710.000.32   0.01
XYZ44.985174.016950.4438
Yxy74.01690.26550.4368
Hunter Lab86.0331-57.223525.4596
CIE-Lab88.9305-62.631726.1592

#4afcab color RGB value is (74,252,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111100 10101011
Octal 112 374 253
Decimal 74 252 171
Hex 4A FC AB

RGB Percentages of Color #4afcab

%14.89
%50.70
%34.41

CMYK Percentages of Color #4afcab

%71
%0
%32
%1

Triadic Colors of #4afcab

#4afcab #ab4afc #fcab4a

Analogous Colors of #4afcab

#4afcab #4af4fc #4afc52

Monochromatic Colors of #4afcab

#4afcab

Complementary Color

#4afcab #fc4a9b

#4afcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afcab Color CSS Codes

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

#4afcab Text Font Color

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

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


#4afcab Background Color

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

This div background color is #4afcab


#4afcab Border Color

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

This div border color is #4afcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afcab


Comments

No comments written yet.

Please login to write comment.