Color Hex Logo

#46bbad Color Hex

#46BBAD
(70,187,173)
0 Favorites   0 Comments

Color spaces of #46bbad

RGB 70187173
HSL0.480.460.50
HSV173°63°73°
CMYK 0.630.000.07   0.27
XYZ27.838939.859945.7616
Yxy39.85990.24540.3513
Hunter Lab63.1347-31.77711.2194
CIE-Lab69.3696-35.9192-2.6220

#46bbad color RGB value is (70,187,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111011 10101101
Octal 106 273 255
Decimal 70 187 173
Hex 46 BB AD

RGB Percentages of Color #46bbad

%16.28
%43.49
%40.23

CMYK Percentages of Color #46bbad

%63
%0
%7
%27

Triadic Colors of #46bbad

#46bbad #ad46bb #bbad46

Analogous Colors of #46bbad

#46bbad #468fbb #46bb73

Monochromatic Colors of #46bbad

#46bbad

Complementary Color

#46bbad #bb4654

#46bbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bbad Color CSS Codes

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

#46bbad Text Font Color

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

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


#46bbad Background Color

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

This div background color is #46bbad


#46bbad Border Color

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

This div border color is #46bbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bbad


Comments

No comments written yet.

Please login to write comment.