Color Hex Logo

#46ebd2 Color Hex

#46EBD2
(70,235,210)
0 Favorites   0 Comments

Color spaces of #46ebd2

RGB 70235210
HSL0.470.800.60
HSV171°70°92°
CMYK 0.700.000.11   0.08
XYZ43.867065.371971.2788
Yxy65.37190.24300.3621
Hunter Lab80.8529-44.64684.3278
CIE-Lab84.6750-47.5446-0.0812

#46ebd2 color RGB value is (70,235,210).

#46ebd2 hex color red value is 70, green value is 235 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #46ebd2 hue: 0.47 , saturation: 0.80 and the lightness value of 46ebd2 is 0.60.

The process color (four color CMYK) of #46ebd2 color hex is 0.70, 0.00, 0.11, 0.08. Web safe color of #46ebd2 is #33ffcc. Color #46ebd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101011 11010010
Octal 106 353 322
Decimal 70 235 210
Hex 46 EB D2

RGB Percentages of Color #46ebd2

%13.59
%45.63
%40.78

CMYK Percentages of Color #46ebd2

%70
%0
%11
%8

Triadic Colors of #46ebd2

#46ebd2 #d246eb #ebd246

Analogous Colors of #46ebd2

#46ebd2 #46b2eb #46eb80

Monochromatic Colors of #46ebd2

#46ebd2

Complementary Color

#46ebd2 #eb465f

#46ebd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ebd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ebd2 Color CSS Codes

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

#46ebd2 Text Font Color

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

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


#46ebd2 Background Color

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

This div background color is #46ebd2


#46ebd2 Border Color

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

This div border color is #46ebd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ebd2


Comments

No comments written yet.

Please login to write comment.