Color Hex Logo

#4bfeb4 Color Hex

#4BFEB4
(75,254,180)
0 Favorites   0 Comments

Color spaces of #4bfeb4

RGB 75254180
HSL0.430.990.65
HSV155°70°100°
CMYK 0.700.000.29   0.00
XYZ46.581775.674855.3316
Yxy75.67480.26230.4261
Hunter Lab86.9913-56.652323.1819
CIE-Lab89.7081-61.427322.6549

#4bfeb4 color RGB value is (75,254,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11111110 10110100
Octal 113 376 264
Decimal 75 254 180
Hex 4B FE B4

RGB Percentages of Color #4bfeb4

%14.73
%49.90
%35.36

CMYK Percentages of Color #4bfeb4

%70
%0
%29
%0

Triadic Colors of #4bfeb4

#4bfeb4 #b44bfe #feb44b

Analogous Colors of #4bfeb4

#4bfeb4 #4beffe #4bfe5b

Monochromatic Colors of #4bfeb4

#4bfeb4

Complementary Color

#4bfeb4 #fe4b95

#4bfeb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bfeb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bfeb4 Color CSS Codes

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

#4bfeb4 Text Font Color

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

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


#4bfeb4 Background Color

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

This div background color is #4bfeb4


#4bfeb4 Border Color

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

This div border color is #4bfeb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bfeb4

Related Colors


Comments

No comments written yet.

Please login to write comment.