Color Hex Logo

#4bbd6a Color Hex

#4BBD6A
(75,189,106)
1 Favorites   0 Comments

Color spaces of #4bbd6a

RGB 75189106
HSL0.380.460.52
HSV136°60°74°
CMYK 0.600.000.44   0.26
XYZ23.700838.931719.9011
Yxy38.93170.28720.4717
Hunter Lab62.3953-41.388624.7660
CIE-Lab68.7018-50.383132.5358

#4bbd6a color RGB value is (75,189,106).

#4bbd6a hex color red value is 75, green value is 189 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #4bbd6a hue: 0.38 , saturation: 0.46 and the lightness value of 4bbd6a is 0.52.

The process color (four color CMYK) of #4bbd6a color hex is 0.60, 0.00, 0.44, 0.26. Web safe color of #4bbd6a is #33cc66. Color #4bbd6a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 10111101 01101010
Octal 113 275 152
Decimal 75 189 106
Hex 4B BD 6A

RGB Percentages of Color #4bbd6a

%20.27
%51.08
%28.65

CMYK Percentages of Color #4bbd6a

%60
%0
%44
%26

Triadic Colors of #4bbd6a

#4bbd6a #6a4bbd #bd6a4b

Analogous Colors of #4bbd6a

#4bbd6a #4bbda3 #65bd4b

Monochromatic Colors of #4bbd6a

#4bbd6a

Complementary Color

#4bbd6a #bd4b9e

#4bbd6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bbd6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bbd6a Color CSS Codes

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

#4bbd6a Text Font Color

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

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


#4bbd6a Background Color

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

This div background color is #4bbd6a


#4bbd6a Border Color

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

This div border color is #4bbd6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bbd6a


Comments

No comments written yet.

Please login to write comment.