Color Hex Logo

#4bfabb Color Hex

#4BFABB
(75,250,187)
0 Favorites   0 Comments

Color spaces of #4bfabb

RGB 75250187
HSL0.440.950.64
HSV158°70°98°
CMYK 0.700.000.25   0.02
XYZ46.056973.454958.7645
Yxy73.45490.25830.4120
Hunter Lab85.7058-54.062319.3417
CIE-Lab88.6642-58.413717.6203

#4bfabb color RGB value is (75,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111010 10111011
Octal 113 372 273
Decimal 75 250 187
Hex 4B FA BB

RGB Percentages of Color #4bfabb

%14.65
%48.83
%36.52

CMYK Percentages of Color #4bfabb

%70
%0
%25
%2

Triadic Colors of #4bfabb

#4bfabb #bb4bfa #fabb4b

Analogous Colors of #4bfabb

#4bfabb #4be2fa #4bfa63

Monochromatic Colors of #4bfabb

#4bfabb

Complementary Color

#4bfabb #fa4b8a

#4bfabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfabb Color CSS Codes

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

#4bfabb Text Font Color

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

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


#4bfabb Background Color

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

This div background color is #4bfabb


#4bfabb Border Color

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

This div border color is #4bfabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfabb

Related Colors


Comments

No comments written yet.

Please login to write comment.