Color Hex Logo

#46d0b9 Color Hex

#46D0B9
(70,208,185)
0 Favorites   0 Comments

Color spaces of #46d0b9

RGB 70208185
HSL0.470.590.55
HSV170°66°82°
CMYK 0.660.000.11   0.18
XYZ33.838649.916653.7503
Yxy49.91660.24610.3630
Hunter Lab70.6517-38.14794.3496
CIE-Lab76.0180-42.25590.5864

#46d0b9 color RGB value is (70,208,185).

#46d0b9 hex color red value is 70, green value is 208 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #46d0b9 hue: 0.47 , saturation: 0.59 and the lightness value of 46d0b9 is 0.55.

The process color (four color CMYK) of #46d0b9 color hex is 0.66, 0.00, 0.11, 0.18. Web safe color of #46d0b9 is #33cccc. Color #46d0b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11010000 10111001
Octal 106 320 271
Decimal 70 208 185
Hex 46 D0 B9

RGB Percentages of Color #46d0b9

%15.12
%44.92
%39.96

CMYK Percentages of Color #46d0b9

%66
%0
%11
%18

Triadic Colors of #46d0b9

#46d0b9 #b946d0 #d0b946

Analogous Colors of #46d0b9

#46d0b9 #46a2d0 #46d074

Monochromatic Colors of #46d0b9

#46d0b9

Complementary Color

#46d0b9 #d0465d

#46d0b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46d0b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46d0b9 Color CSS Codes

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

#46d0b9 Text Font Color

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

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


#46d0b9 Background Color

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

This div background color is #46d0b9


#46d0b9 Border Color

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

This div border color is #46d0b9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46d0b9


Comments

No comments written yet.

Please login to write comment.