Color Hex Logo

#4bd057 Color Hex

#4BD057
(75,208,87)
0 Favorites   0 Comments

Color spaces of #4bd057

RGB 7520887
HSL0.350.590.55
HSV125°64°82°
CMYK 0.640.000.58   0.18
XYZ27.177847.295716.7134
Yxy47.29570.29800.5187
Hunter Lab68.7719-49.809833.7313
CIE-Lab74.3785-60.158848.7393

#4bd057 color RGB value is (75,208,87).

#4bd057 hex color red value is 75, green value is 208 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #4bd057 hue: 0.35 , saturation: 0.59 and the lightness value of 4bd057 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010000 01010111
Octal 113 320 127
Decimal 75 208 87
Hex 4B D0 57

RGB Percentages of Color #4bd057

%20.27
%56.22
%23.51

CMYK Percentages of Color #4bd057

%64
%0
%58
%18

Triadic Colors of #4bd057

#4bd057 #574bd0 #d0574b

Analogous Colors of #4bd057

#4bd057 #4bd09a #82d04b

Monochromatic Colors of #4bd057

#4bd057

Complementary Color

#4bd057 #d04bc4

#4bd057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd057 Color CSS Codes

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

#4bd057 Text Font Color

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

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


#4bd057 Background Color

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

This div background color is #4bd057


#4bd057 Border Color

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

This div border color is #4bd057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd057


Comments

No comments written yet.

Please login to write comment.