Color Hex Logo

#4bd281 Color Hex

#4BD281
(75,210,129)
0 Favorites   0 Comments

Color spaces of #4bd281

RGB 75210129
HSL0.400.600.56
HSV144°64°82°
CMYK 0.640.000.39   0.18
XYZ29.910749.174028.6840
Yxy49.17400.27750.4563
Hunter Lab70.1242-46.580124.8346
CIE-Lab75.5594-54.558529.6507

#4bd281 color RGB value is (75,210,129).

#4bd281 hex color red value is 75, green value is 210 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #4bd281 hue: 0.40 , saturation: 0.60 and the lightness value of 4bd281 is 0.56.

The process color (four color CMYK) of #4bd281 color hex is 0.64, 0.00, 0.39, 0.18. Web safe color of #4bd281 is #33cc99. Color #4bd281 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010010 10000001
Octal 113 322 201
Decimal 75 210 129
Hex 4B D2 81

RGB Percentages of Color #4bd281

%18.12
%50.72
%31.16

CMYK Percentages of Color #4bd281

%64
%0
%39
%18

Triadic Colors of #4bd281

#4bd281 #814bd2 #d2814b

Analogous Colors of #4bd281

#4bd281 #4bd2c5 #59d24b

Monochromatic Colors of #4bd281

#4bd281

Complementary Color

#4bd281 #d24b9c

#4bd281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd281 Color CSS Codes

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

#4bd281 Text Font Color

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

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


#4bd281 Background Color

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

This div background color is #4bd281


#4bd281 Border Color

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

This div border color is #4bd281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd281


Comments

No comments written yet.

Please login to write comment.