Color Hex Logo

#4bbc96 Color Hex

#4BBC96
(75,188,150)
0 Favorites   0 Comments

Color spaces of #4bbc96

RGB 75188150
HSL0.440.460.52
HSV160°60°74°
CMYK 0.600.000.20   0.26
XYZ26.389939.664335.1192
Yxy39.66430.26080.3920
Hunter Lab62.9796-35.418711.0239
CIE-Lab69.2298-41.18039.7887

#4bbc96 color RGB value is (75,188,150).

#4bbc96 hex color red value is 75, green value is 188 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4bbc96 hue: 0.44 , saturation: 0.46 and the lightness value of 4bbc96 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111100 10010110
Octal 113 274 226
Decimal 75 188 150
Hex 4B BC 96

RGB Percentages of Color #4bbc96

%18.16
%45.52
%36.32

CMYK Percentages of Color #4bbc96

%60
%0
%20
%26

Triadic Colors of #4bbc96

#4bbc96 #964bbc #bc964b

Analogous Colors of #4bbc96

#4bbc96 #4baabc #4bbc5e

Monochromatic Colors of #4bbc96

#4bbc96

Complementary Color

#4bbc96 #bc4b71

#4bbc96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbc96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbc96 Color CSS Codes

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

#4bbc96 Text Font Color

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

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


#4bbc96 Background Color

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

This div background color is #4bbc96


#4bbc96 Border Color

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

This div border color is #4bbc96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbc96


Comments

No comments written yet.

Please login to write comment.