Color Hex Logo

#46bdbb Color Hex

#46BDBB
(70,189,187)
0 Favorites   0 Comments

Color spaces of #46bdbb

RGB 70189187
HSL0.500.470.51
HSV179°63°74°
CMYK 0.630.000.01   0.26
XYZ29.693041.285153.4176
Yxy41.28510.23870.3319
Hunter Lab64.2535-29.9547-4.3137
CIE-Lab70.3752-33.0397-8.8159

#46bdbb color RGB value is (70,189,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111101 10111011
Octal 106 275 273
Decimal 70 189 187
Hex 46 BD BB

RGB Percentages of Color #46bdbb

%15.70
%42.38
%41.93

CMYK Percentages of Color #46bdbb

%63
%0
%1
%26

Triadic Colors of #46bdbb

#46bdbb #bb46bd #bdbb46

Analogous Colors of #46bdbb

#46bdbb #4684bd #46bd80

Monochromatic Colors of #46bdbb

#46bdbb

Complementary Color

#46bdbb #bd4648

#46bdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bdbb Color CSS Codes

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

#46bdbb Text Font Color

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

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


#46bdbb Background Color

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

This div background color is #46bdbb


#46bdbb Border Color

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

This div border color is #46bdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bdbb


Comments

No comments written yet.

Please login to write comment.