Color Hex Logo

#4bc352 Color Hex

#4BC352
(75,195,82)
0 Favorites   0 Comments

Color spaces of #4bc352

RGB 7519582
HSL0.340.500.53
HSV124°62°76°
CMYK 0.620.000.58   0.24
XYZ23.939741.135314.6608
Yxy41.13530.30020.5159
Hunter Lab64.1368-45.612531.3429
CIE-Lab70.2706-56.091546.2333

#4bc352 color RGB value is (75,195,82).

#4bc352 hex color red value is 75, green value is 195 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #4bc352 hue: 0.34 , saturation: 0.50 and the lightness value of 4bc352 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000011 01010010
Octal 113 303 122
Decimal 75 195 82
Hex 4B C3 52

RGB Percentages of Color #4bc352

%21.31
%55.40
%23.30

CMYK Percentages of Color #4bc352

%62
%0
%58
%24

Triadic Colors of #4bc352

#4bc352 #524bc3 #c3524b

Analogous Colors of #4bc352

#4bc352 #4bc38e #80c34b

Monochromatic Colors of #4bc352

#4bc352

Complementary Color

#4bc352 #c34bbc

#4bc352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc352 Color CSS Codes

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

#4bc352 Text Font Color

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

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


#4bc352 Background Color

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

This div background color is #4bc352


#4bc352 Border Color

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

This div border color is #4bc352


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc352


Comments

No comments written yet.

Please login to write comment.