Color Hex Logo

#46baae Color Hex

#46BAAE
(70,186,174)
0 Favorites   0 Comments

Color spaces of #46baae

RGB 70186174
HSL0.480.460.50
HSV174°62°73°
CMYK 0.620.000.06   0.27
XYZ27.724739.475946.2028
Yxy39.47590.24450.3481
Hunter Lab62.8298-31.18620.3812
CIE-Lab69.0946-35.1884-3.5761

#46baae color RGB value is (70,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 10101110
Octal 106 272 256
Decimal 70 186 174
Hex 46 BA AE

RGB Percentages of Color #46baae

%16.28
%43.26
%40.47

CMYK Percentages of Color #46baae

%62
%0
%6
%27

Triadic Colors of #46baae

#46baae #ae46ba #baae46

Analogous Colors of #46baae

#46baae #468cba #46ba74

Monochromatic Colors of #46baae

#46baae

Complementary Color

#46baae #ba4652

#46baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#46baae Color CSS Codes

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

#46baae Text Font Color

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

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


#46baae Background Color

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

This div background color is #46baae


#46baae Border Color

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

This div border color is #46baae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,186,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 #46baae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46baae


Comments

No comments written yet.

Please login to write comment.