Color Hex Logo

#46bc87 Color Hex

#46BC87
(70,188,135)
0 Favorites   0 Comments

Color spaces of #46bc87

RGB 70188135
HSL0.430.470.51
HSV153°63°74°
CMYK 0.630.000.28   0.26
XYZ24.882239.017829.1414
Yxy39.01780.26740.4194
Hunter Lab62.4642-38.208116.0644
CIE-Lab68.7642-45.507517.2568

#46bc87 color RGB value is (70,188,135).

#46bc87 hex color red value is 70, green value is 188 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #46bc87 hue: 0.43 , saturation: 0.47 and the lightness value of 46bc87 is 0.51.

The process color (four color CMYK) of #46bc87 color hex is 0.63, 0.00, 0.28, 0.26. Web safe color of #46bc87 is #33cc99. Color #46bc87 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111100 10000111
Octal 106 274 207
Decimal 70 188 135
Hex 46 BC 87

RGB Percentages of Color #46bc87

%17.81
%47.84
%34.35

CMYK Percentages of Color #46bc87

%63
%0
%28
%26

Triadic Colors of #46bc87

#46bc87 #8746bc #bc8746

Analogous Colors of #46bc87

#46bc87 #46b6bc #46bc4c

Monochromatic Colors of #46bc87

#46bc87

Complementary Color

#46bc87 #bc467b

#46bc87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bc87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bc87 Color CSS Codes

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

#46bc87 Text Font Color

<p style="color:#46bc87">Text here</p>

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


#46bc87 Background Color

<div style="background-color:#46bc87">
Div content here</div>

This div background color is #46bc87


#46bc87 Border Color

<div style="border:3px solid #46bc87">
Div here</div>

This div border color is #46bc87


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(70,188,135, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #46bc87; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #46bc87;
  -webkit-box-shadow: 1px 1px 3px 2px #46bc87;
  box-shadow:         1px 1px 3px 2px #46bc87; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,188,135, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bc87


Comments

No comments written yet.

Please login to write comment.