Color Hex Logo

#46ba83 Color Hex

#46BA83
(70,186,131)
0 Favorites   0 Comments

Color spaces of #46ba83

RGB 70186131
HSL0.420.460.50
HSV152°62°73°
CMYK 0.620.000.30   0.27
XYZ24.181438.058627.5443
Yxy38.05860.26930.4239
Hunter Lab61.6917-37.993416.7122
CIE-Lab68.0638-45.520218.4482

#46ba83 color RGB value is (70,186,131).

#46ba83 hex color red value is 70, green value is 186 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #46ba83 hue: 0.42 , saturation: 0.46 and the lightness value of 46ba83 is 0.50.

The process color (four color CMYK) of #46ba83 color hex is 0.62, 0.00, 0.30, 0.27. Web safe color of #46ba83 is #33cc99. Color #46ba83 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 10000011
Octal 106 272 203
Decimal 70 186 131
Hex 46 BA 83

RGB Percentages of Color #46ba83

%18.09
%48.06
%33.85

CMYK Percentages of Color #46ba83

%62
%0
%30
%27

Triadic Colors of #46ba83

#46ba83 #8346ba #ba8346

Analogous Colors of #46ba83

#46ba83 #46b7ba #46ba49

Monochromatic Colors of #46ba83

#46ba83

Complementary Color

#46ba83 #ba467d

#46ba83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ba83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ba83 Color CSS Codes

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

#46ba83 Text Font Color

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

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


#46ba83 Background Color

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

This div background color is #46ba83


#46ba83 Border Color

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

This div border color is #46ba83


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ba83


Comments

No comments written yet.

Please login to write comment.