Color Hex Logo

#4bd496 Color Hex

#4BD496
(75,212,150)
0 Favorites   0 Comments

Color spaces of #4bd496

RGB 75212150
HSL0.420.610.56
HSV153°65°83°
CMYK 0.650.000.29   0.17
XYZ31.950250.784836.9727
Yxy50.78480.26690.4242
Hunter Lab71.2635-44.682519.1238
CIE-Lab76.5485-51.260920.0354

#4bd496 color RGB value is (75,212,150).

#4bd496 hex color red value is 75, green value is 212 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #4bd496 hue: 0.42 , saturation: 0.61 and the lightness value of 4bd496 is 0.56.

The process color (four color CMYK) of #4bd496 color hex is 0.65, 0.00, 0.29, 0.17. Web safe color of #4bd496 is #33cc99. Color #4bd496 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010100 10010110
Octal 113 324 226
Decimal 75 212 150
Hex 4B D4 96

RGB Percentages of Color #4bd496

%17.16
%48.51
%34.32

CMYK Percentages of Color #4bd496

%65
%0
%29
%17

Triadic Colors of #4bd496

#4bd496 #964bd4 #d4964b

Analogous Colors of #4bd496

#4bd496 #4bced4 #4bd452

Monochromatic Colors of #4bd496

#4bd496

Complementary Color

#4bd496 #d44b89

#4bd496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd496 Color CSS Codes

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

#4bd496 Text Font Color

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

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


#4bd496 Background Color

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

This div background color is #4bd496


#4bd496 Border Color

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

This div border color is #4bd496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd496


Comments

No comments written yet.

Please login to write comment.