Color Hex Logo

#46bbae Color Hex

#46BBAE
(70,187,174)
0 Favorites   0 Comments

Color spaces of #46bbae

RGB 70187174
HSL0.480.460.50
HSV173°63°73°
CMYK 0.630.000.07   0.27
XYZ27.936139.898746.2732
Yxy39.89870.24480.3497
Hunter Lab63.1654-31.59450.7816
CIE-Lab69.3973-35.6525-3.1305

#46bbae color RGB value is (70,187,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111011 10101110
Octal 106 273 256
Decimal 70 187 174
Hex 46 BB AE

RGB Percentages of Color #46bbae

%16.24
%43.39
%40.37

CMYK Percentages of Color #46bbae

%63
%0
%7
%27

Triadic Colors of #46bbae

#46bbae #ae46bb #bbae46

Analogous Colors of #46bbae

#46bbae #468ebb #46bb74

Monochromatic Colors of #46bbae

#46bbae

Complementary Color

#46bbae #bb4653

#46bbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bbae Color CSS Codes

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

#46bbae Text Font Color

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

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


#46bbae Background Color

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

This div background color is #46bbae


#46bbae Border Color

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

This div border color is #46bbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bbae


Comments

No comments written yet.

Please login to write comment.