Color Hex Logo

#46debb Color Hex

#46DEBB
(70,222,187)
0 Favorites   0 Comments

Color spaces of #46debb

RGB 70222187
HSL0.460.700.57
HSV166°68°87°
CMYK 0.680.000.16   0.13
XYZ37.616757.132556.0588
Yxy57.13250.24940.3788
Hunter Lab75.5860-43.44208.9375
CIE-Lab80.2541-47.78845.6586

#46debb color RGB value is (70,222,187).

#46debb hex color red value is 70, green value is 222 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #46debb hue: 0.46 , saturation: 0.70 and the lightness value of 46debb is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11011110 10111011
Octal 106 336 273
Decimal 70 222 187
Hex 46 DE BB

RGB Percentages of Color #46debb

%14.61
%46.35
%39.04

CMYK Percentages of Color #46debb

%68
%0
%16
%13

Triadic Colors of #46debb

#46debb #bb46de #debb46

Analogous Colors of #46debb

#46debb #46b5de #46de6f

Monochromatic Colors of #46debb

#46debb

Complementary Color

#46debb #de4669

#46debb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46debb Color Preview on White Background

Lorem ipsum dolor sit amet.

#46debb Color CSS Codes

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

#46debb Text Font Color

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

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


#46debb Background Color

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

This div background color is #46debb


#46debb Border Color

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

This div border color is #46debb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46debb


Comments

No comments written yet.

Please login to write comment.