Color Hex Logo

#4bd734 Color Hex

#4BD734
(75,215,52)
0 Favorites   0 Comments

Color spaces of #4bd734

RGB 7521552
HSL0.310.670.52
HSV112°76°84°
CMYK 0.650.000.76   0.16
XYZ27.821950.344711.4999
Yxy50.34470.31030.5615
Hunter Lab70.9540-54.177540.0583
CIE-Lab76.2804-65.774464.5657

#4bd734 color RGB value is (75,215,52).

#4bd734 hex color red value is 75, green value is 215 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #4bd734 hue: 0.31 , saturation: 0.67 and the lightness value of 4bd734 is 0.52.

The process color (four color CMYK) of #4bd734 color hex is 0.65, 0.00, 0.76, 0.16. Web safe color of #4bd734 is #33cc33. Color #4bd734 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010111 00110100
Octal 113 327 64
Decimal 75 215 52
Hex 4B D7 34

RGB Percentages of Color #4bd734

%21.93
%62.87
%15.20

CMYK Percentages of Color #4bd734

%65
%0
%76
%16

Triadic Colors of #4bd734

#4bd734 #344bd7 #d7344b

Analogous Colors of #4bd734

#4bd734 #34d76f #9dd734

Monochromatic Colors of #4bd734

#4bd734

Complementary Color

#4bd734 #c034d7

#4bd734 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd734 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd734 Color CSS Codes

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

#4bd734 Text Font Color

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

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


#4bd734 Background Color

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

This div background color is #4bd734


#4bd734 Border Color

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

This div border color is #4bd734


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd734


Comments

No comments written yet.

Please login to write comment.