Color Hex Logo

#4bc082 Color Hex

#4BC082
(75,192,130)
0 Favorites   0 Comments

Color spaces of #4bc082

RGB 75192130
HSL0.410.480.52
HSV148°61°75°
CMYK 0.610.000.32   0.25
XYZ25.780640.806827.6368
Yxy40.80680.27360.4331
Hunter Lab63.8802-39.751819.0652
CIE-Lab70.0404-47.204221.7147

#4bc082 color RGB value is (75,192,130).

#4bc082 hex color red value is 75, green value is 192 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #4bc082 hue: 0.41 , saturation: 0.48 and the lightness value of 4bc082 is 0.52.

The process color (four color CMYK) of #4bc082 color hex is 0.61, 0.00, 0.32, 0.25. Web safe color of #4bc082 is #33cc99. Color #4bc082 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11000000 10000010
Octal 113 300 202
Decimal 75 192 130
Hex 4B C0 82

RGB Percentages of Color #4bc082

%18.89
%48.36
%32.75

CMYK Percentages of Color #4bc082

%61
%0
%32
%25

Triadic Colors of #4bc082

#4bc082 #824bc0 #c0824b

Analogous Colors of #4bc082

#4bc082 #4bc0bd #4fc04b

Monochromatic Colors of #4bc082

#4bc082

Complementary Color

#4bc082 #c04b89

#4bc082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bc082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bc082 Color CSS Codes

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

#4bc082 Text Font Color

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

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


#4bc082 Background Color

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

This div background color is #4bc082


#4bc082 Border Color

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

This div border color is #4bc082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bc082


Comments

No comments written yet.

Please login to write comment.