Color Hex Logo

#46dabe Color Hex

#46DABE
(70,218,190)
0 Favorites   0 Comments

Color spaces of #46dabe

RGB 70218190
HSL0.470.670.56
HSV169°68°85°
CMYK 0.680.000.13   0.15
XYZ36.891555.162657.4183
Yxy55.16260.24680.3690
Hunter Lab74.2715-41.31226.1538
CIE-Lab79.1348-45.33862.4434

#46dabe color RGB value is (70,218,190).

#46dabe hex color red value is 70, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #46dabe hue: 0.47 , saturation: 0.67 and the lightness value of 46dabe is 0.56.

The process color (four color CMYK) of #46dabe color hex is 0.68, 0.00, 0.13, 0.15. Web safe color of #46dabe is #33cccc. Color #46dabe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011010 10111110
Octal 106 332 276
Decimal 70 218 190
Hex 46 DA BE

RGB Percentages of Color #46dabe

%14.64
%45.61
%39.75

CMYK Percentages of Color #46dabe

%68
%0
%13
%15

Triadic Colors of #46dabe

#46dabe #be46da #dabe46

Analogous Colors of #46dabe

#46dabe #46acda #46da74

Monochromatic Colors of #46dabe

#46dabe

Complementary Color

#46dabe #da4662

#46dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#46dabe Color CSS Codes

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

#46dabe Text Font Color

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

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


#46dabe Background Color

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

This div background color is #46dabe


#46dabe Border Color

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

This div border color is #46dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46dabe


Comments

No comments written yet.

Please login to write comment.