Color Hex Logo

#4afbab Color Hex

#4AFBAB
(74,251,171)
0 Favorites   0 Comments

Color spaces of #4afbab

RGB 74251171
HSL0.420.960.64
HSV153°71°98°
CMYK 0.710.000.32   0.02
XYZ44.671973.390550.3394
Yxy73.39050.26530.4358
Hunter Lab85.6683-56.840225.1285
CIE-Lab88.6336-62.258625.7542

#4afbab color RGB value is (74,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111011 10101011
Octal 112 373 253
Decimal 74 251 171
Hex 4A FB AB

RGB Percentages of Color #4afbab

%14.92
%50.60
%34.48

CMYK Percentages of Color #4afbab

%71
%0
%32
%2

Triadic Colors of #4afbab

#4afbab #ab4afb #fbab4a

Analogous Colors of #4afbab

#4afbab #4af3fb #4afb53

Monochromatic Colors of #4afbab

#4afbab

Complementary Color

#4afbab #fb4a9a

#4afbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afbab Color CSS Codes

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

#4afbab Text Font Color

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

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


#4afbab Background Color

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

This div background color is #4afbab


#4afbab Border Color

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

This div border color is #4afbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afbab

Related Colors


Comments

No comments written yet.

Please login to write comment.