Color Hex Logo

#4bfebb Color Hex

#4BFEBB
(75,254,187)
0 Favorites   0 Comments

Color spaces of #4bfebb

RGB 75254187
HSL0.440.990.65
HSV158°70°100°
CMYK 0.700.000.26   0.00
XYZ47.313175.967359.1832
Yxy75.96730.25930.4163
Hunter Lab87.1592-55.632520.7521
CIE-Lab89.8442-59.961119.2689

#4bfebb color RGB value is (75,254,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111110 10111011
Octal 113 376 273
Decimal 75 254 187
Hex 4B FE BB

RGB Percentages of Color #4bfebb

%14.53
%49.22
%36.24

CMYK Percentages of Color #4bfebb

%70
%0
%26
%0

Triadic Colors of #4bfebb

#4bfebb #bb4bfe #febb4b

Analogous Colors of #4bfebb

#4bfebb #4be8fe #4bfe61

Monochromatic Colors of #4bfebb

#4bfebb

Complementary Color

#4bfebb #fe4b8e

#4bfebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfebb Color CSS Codes

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

#4bfebb Text Font Color

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

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


#4bfebb Background Color

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

This div background color is #4bfebb


#4bfebb Border Color

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

This div border color is #4bfebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfebb


Comments

No comments written yet.

Please login to write comment.