Color Hex Logo

#4bd495 Color Hex

#4BD495
(75,212,149)
0 Favorites   0 Comments

Color spaces of #4bd495

RGB 75212149
HSL0.420.610.56
HSV152°65°83°
CMYK 0.650.000.30   0.17
XYZ31.869950.752736.5503
Yxy50.75270.26740.4259
Hunter Lab71.2409-44.819019.4498
CIE-Lab76.5290-51.468320.5352

#4bd495 color RGB value is (75,212,149).

#4bd495 hex color red value is 75, green value is 212 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #4bd495 hue: 0.42 , saturation: 0.61 and the lightness value of 4bd495 is 0.56.

The process color (four color CMYK) of #4bd495 color hex is 0.65, 0.00, 0.30, 0.17. Web safe color of #4bd495 is #33cc99. Color #4bd495 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010100 10010101
Octal 113 324 225
Decimal 75 212 149
Hex 4B D4 95

RGB Percentages of Color #4bd495

%17.20
%48.62
%34.17

CMYK Percentages of Color #4bd495

%65
%0
%30
%17

Triadic Colors of #4bd495

#4bd495 #954bd4 #d4954b

Analogous Colors of #4bd495

#4bd495 #4bcfd4 #4bd450

Monochromatic Colors of #4bd495

#4bd495

Complementary Color

#4bd495 #d44b8a

#4bd495 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd495 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd495 Color CSS Codes

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

#4bd495 Text Font Color

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

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


#4bd495 Background Color

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

This div background color is #4bd495


#4bd495 Border Color

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

This div border color is #4bd495


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd495


Comments

No comments written yet.

Please login to write comment.