Color Hex Logo

#46bdaf Color Hex

#46BDAF
(70,189,175)
0 Favorites   0 Comments

Color spaces of #46bdaf

RGB 70189175
HSL0.480.470.51
HSV173°63°74°
CMYK 0.630.000.07   0.26
XYZ28.461240.792446.9311
Yxy40.79240.24500.3511
Hunter Lab63.8689-32.22771.1418
CIE-Lab70.0302-36.3106-2.7485

#46bdaf color RGB value is (70,189,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 10111101 10101111
Octal 106 275 257
Decimal 70 189 175
Hex 46 BD AF

RGB Percentages of Color #46bdaf

%16.13
%43.55
%40.32

CMYK Percentages of Color #46bdaf

%63
%0
%7
%26

Triadic Colors of #46bdaf

#46bdaf #af46bd #bdaf46

Analogous Colors of #46bdaf

#46bdaf #4690bd #46bd74

Monochromatic Colors of #46bdaf

#46bdaf

Complementary Color

#46bdaf #bd4654

#46bdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46bdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#46bdaf Color CSS Codes

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

#46bdaf Text Font Color

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

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


#46bdaf Background Color

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

This div background color is #46bdaf


#46bdaf Border Color

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

This div border color is #46bdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46bdaf


Comments

No comments written yet.

Please login to write comment.