Color Hex Logo

#4afabf Color Hex

#4AFABF
(74,250,191)
0 Favorites   0 Comments

Color spaces of #4afabf

RGB 74250191
HSL0.440.950.64
HSV160°70°98°
CMYK 0.700.000.24   0.02
XYZ46.413673.588661.0480
Yxy73.58860.25640.4065
Hunter Lab85.7838-53.543617.8550
CIE-Lab88.7277-57.676015.6473

#4afabf color RGB value is (74,250,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11111010 10111111
Octal 112 372 277
Decimal 74 250 191
Hex 4A FA BF

RGB Percentages of Color #4afabf

%14.37
%48.54
%37.09

CMYK Percentages of Color #4afabf

%70
%0
%24
%2

Triadic Colors of #4afabf

#4afabf #bf4afa #fabf4a

Analogous Colors of #4afabf

#4afabf #4addfa #4afa67

Monochromatic Colors of #4afabf

#4afabf

Complementary Color

#4afabf #fa4a85

#4afabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4afabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4afabf Color CSS Codes

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

#4afabf Text Font Color

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

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


#4afabf Background Color

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

This div background color is #4afabf


#4afabf Border Color

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

This div border color is #4afabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4afabf


Comments

No comments written yet.

Please login to write comment.