Color Hex Logo

#46babc Color Hex

#46BABC
(70,186,188)
0 Favorites   0 Comments

Color spaces of #46babc

RGB 70186188
HSL0.500.470.51
HSV181°63°74°
CMYK 0.630.010.00   0.26
XYZ29.161840.050753.7705
Yxy40.05070.23710.3257
Hunter Lab63.2856-28.4976-6.0757
CIE-Lab69.5056-31.3268-10.6617

#46babc color RGB value is (70,186,188).

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

The process color (four color CMYK) of #46babc color hex is 0.63, 0.01, 0.00, 0.26. Web safe color of #46babc is #33cccc. Color #46babc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111010 10111100
Octal 106 272 274
Decimal 70 186 188
Hex 46 BA BC

RGB Percentages of Color #46babc

%15.77
%41.89
%42.34

CMYK Percentages of Color #46babc

%63
%1
%0
%26

Triadic Colors of #46babc

#46babc #bc46ba #babc46

Analogous Colors of #46babc

#46babc #467fbc #46bc83

Monochromatic Colors of #46babc

#46babc

Complementary Color

#46babc #bc4846

#46babc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46babc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46babc Color CSS Codes

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

#46babc Text Font Color

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

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


#46babc Background Color

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

This div background color is #46babc


#46babc Border Color

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

This div border color is #46babc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46babc


Comments

No comments written yet.

Please login to write comment.