Color Hex Logo

#4bba96 Color Hex

#4BBA96
(75,186,150)
0 Favorites   0 Comments

Color spaces of #4bba96

RGB 75186150
HSL0.450.450.51
HSV161°60°73°
CMYK 0.600.000.19   0.27
XYZ25.965638.815734.9778
Yxy38.81570.26030.3891
Hunter Lab62.3022-34.635810.3249
CIE-Lab68.6176-40.29918.9175

#4bba96 color RGB value is (75,186,150).

#4bba96 hex color red value is 75, green value is 186 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4bba96 hue: 0.45 , saturation: 0.45 and the lightness value of 4bba96 is 0.51.

The process color (four color CMYK) of #4bba96 color hex is 0.60, 0.00, 0.19, 0.27. Web safe color of #4bba96 is #33cc99. Color #4bba96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111010 10010110
Octal 113 272 226
Decimal 75 186 150
Hex 4B BA 96

RGB Percentages of Color #4bba96

%18.25
%45.26
%36.50

CMYK Percentages of Color #4bba96

%60
%0
%19
%27

Triadic Colors of #4bba96

#4bba96 #964bba #ba964b

Analogous Colors of #4bba96

#4bba96 #4ba7ba #4bba5f

Monochromatic Colors of #4bba96

#4bba96

Complementary Color

#4bba96 #ba4b6f

#4bba96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bba96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bba96 Color CSS Codes

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

#4bba96 Text Font Color

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

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


#4bba96 Background Color

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

This div background color is #4bba96


#4bba96 Border Color

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

This div border color is #4bba96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bba96


Comments

No comments written yet.

Please login to write comment.