Color Hex Logo

#4bd166 Color Hex

#4BD166
(75,209,102)
0 Favorites   0 Comments

Color spaces of #4bd166

RGB 75209102
HSL0.370.590.56
HSV132°64°82°
CMYK 0.640.000.51   0.18
XYZ28.100448.056120.3651
Yxy48.05610.29110.4979
Hunter Lab69.3225-48.958131.1079
CIE-Lab74.8603-58.549442.2787

#4bd166 color RGB value is (75,209,102).

#4bd166 hex color red value is 75, green value is 209 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #4bd166 hue: 0.37 , saturation: 0.59 and the lightness value of 4bd166 is 0.56.

The process color (four color CMYK) of #4bd166 color hex is 0.64, 0.00, 0.51, 0.18. Web safe color of #4bd166 is #33cc66. Color #4bd166 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001011 11010001 01100110
Octal 113 321 146
Decimal 75 209 102
Hex 4B D1 66

RGB Percentages of Color #4bd166

%19.43
%54.15
%26.42

CMYK Percentages of Color #4bd166

%64
%0
%51
%18

Triadic Colors of #4bd166

#4bd166 #664bd1 #d1664b

Analogous Colors of #4bd166

#4bd166 #4bd1a9 #73d14b

Monochromatic Colors of #4bd166

#4bd166

Complementary Color

#4bd166 #d14bb6

#4bd166 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4bd166 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4bd166 Color CSS Codes

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

#4bd166 Text Font Color

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

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


#4bd166 Background Color

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

This div background color is #4bd166


#4bd166 Border Color

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

This div border color is #4bd166


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4bd166


Comments

No comments written yet.

Please login to write comment.