Color Hex Logo

#46bbbe Color Hex

#46BBBE
(70,187,190)
0 Favorites   0 Comments

Color spaces of #46bbbe

RGB 70187190
HSL0.500.480.51
HSV182°63°75°
CMYK 0.630.020.00   0.25
XYZ29.590440.560454.9846
Yxy40.56040.23650.3241
Hunter Lab63.6870-28.5173-6.6074
CIE-Lab69.8668-31.2396-11.2200

#46bbbe color RGB value is (70,187,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111011 10111110
Octal 106 273 276
Decimal 70 187 190
Hex 46 BB BE

RGB Percentages of Color #46bbbe

%15.66
%41.83
%42.51

CMYK Percentages of Color #46bbbe

%63
%2
%0
%25

Triadic Colors of #46bbbe

#46bbbe #be46bb #bbbe46

Analogous Colors of #46bbbe

#46bbbe #467fbe #46be85

Monochromatic Colors of #46bbbe

#46bbbe

Complementary Color

#46bbbe #be4946

#46bbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bbbe Color CSS Codes

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

#46bbbe Text Font Color

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

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


#46bbbe Background Color

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

This div background color is #46bbbe


#46bbbe Border Color

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

This div border color is #46bbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bbbe


Comments

No comments written yet.

Please login to write comment.