Color Hex Logo

#46bebb Color Hex

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

Color spaces of #46bebb

RGB 70190187
HSL0.500.480.51
HSV179°63°75°
CMYK 0.630.000.02   0.25
XYZ29.908941.716953.4895
Yxy41.71690.23910.3334
Hunter Lab64.5886-30.3725-3.8894
CIE-Lab70.6753-33.5129-8.3692

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

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

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

Base Numbers

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

RGB Percentages of Color #46bebb

%15.66
%42.51
%41.83

CMYK Percentages of Color #46bebb

%63
%0
%2
%25

Triadic Colors of #46bebb

#46bebb #bb46be #bebb46

Analogous Colors of #46bebb

#46bebb #4685be #46be7f

Monochromatic Colors of #46bebb

#46bebb

Complementary Color

#46bebb #be4649

#46bebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bebb Color CSS Codes

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

#46bebb Text Font Color

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

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


#46bebb Background Color

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

This div background color is #46bebb


#46bebb Border Color

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

This div border color is #46bebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bebb


Comments

No comments written yet.

Please login to write comment.