Color Hex Logo

#4bfaab Color Hex

#4BFAAB
(75,250,171)
0 Favorites   0 Comments

Color spaces of #4bfaab

RGB 75250171
HSL0.420.950.64
HSV153°70°98°
CMYK 0.700.000.32   0.02
XYZ44.437972.807350.2392
Yxy72.80730.26530.4347
Hunter Lab85.3272-56.360824.8201
CIE-Lab88.3557-61.740725.3778

#4bfaab color RGB value is (75,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111010 10101011
Octal 113 372 253
Decimal 75 250 171
Hex 4B FA AB

RGB Percentages of Color #4bfaab

%15.12
%50.40
%34.48

CMYK Percentages of Color #4bfaab

%70
%0
%32
%2

Triadic Colors of #4bfaab

#4bfaab #ab4bfa #faab4b

Analogous Colors of #4bfaab

#4bfaab #4bf2fa #4bfa54

Monochromatic Colors of #4bfaab

#4bfaab

Complementary Color

#4bfaab #fa4b9a

#4bfaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfaab Color CSS Codes

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

#4bfaab Text Font Color

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

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


#4bfaab Background Color

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

This div background color is #4bfaab


#4bfaab Border Color

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

This div border color is #4bfaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfaab


Comments

No comments written yet.

Please login to write comment.