Color Hex Logo

#4afaba Color Hex

#4AFABA
(74,250,186)
0 Favorites   0 Comments

Color spaces of #4afaba

RGB 74250186
HSL0.440.950.64
HSV158°70°98°
CMYK 0.700.000.26   0.02
XYZ45.872673.372258.1989
Yxy73.37220.25850.4135
Hunter Lab85.6576-54.307819.6765
CIE-Lab88.6249-58.768918.0767

#4afaba color RGB value is (74,250,186).

#4afaba hex color red value is 74, green value is 250 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4afaba hue: 0.44 , saturation: 0.95 and the lightness value of 4afaba is 0.64.

The process color (four color CMYK) of #4afaba color hex is 0.70, 0.00, 0.26, 0.02. Web safe color of #4afaba is #33ffcc. Color #4afaba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 10111010
Octal 112 372 272
Decimal 74 250 186
Hex 4A FA BA

RGB Percentages of Color #4afaba

%14.51
%49.02
%36.47

CMYK Percentages of Color #4afaba

%70
%0
%26
%2

Triadic Colors of #4afaba

#4afaba #ba4afa #faba4a

Analogous Colors of #4afaba

#4afaba #4ae2fa #4afa62

Monochromatic Colors of #4afaba

#4afaba

Complementary Color

#4afaba #fa4a8a

#4afaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afaba Color CSS Codes

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

#4afaba Text Font Color

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

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


#4afaba Background Color

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

This div background color is #4afaba


#4afaba Border Color

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

This div border color is #4afaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afaba


Comments

No comments written yet.

Please login to write comment.