Color Hex Logo

#46ebbc Color Hex

#46EBBC
(70,235,188)
0 Favorites   0 Comments

Color spaces of #46ebbc

RGB 70235188
HSL0.450.800.60
HSV163°70°92°
CMYK 0.700.000.20   0.08
XYZ41.311264.349657.8203
Yxy64.34960.25270.3936
Hunter Lab80.2182-48.457013.4172
CIE-Lab84.1475-52.925510.7097

#46ebbc color RGB value is (70,235,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101011 10111100
Octal 106 353 274
Decimal 70 235 188
Hex 46 EB BC

RGB Percentages of Color #46ebbc

%14.20
%47.67
%38.13

CMYK Percentages of Color #46ebbc

%70
%0
%20
%8

Triadic Colors of #46ebbc

#46ebbc #bc46eb #ebbc46

Analogous Colors of #46ebbc

#46ebbc #46c8eb #46eb6a

Monochromatic Colors of #46ebbc

#46ebbc

Complementary Color

#46ebbc #eb4675

#46ebbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ebbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ebbc Color CSS Codes

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

#46ebbc Text Font Color

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

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


#46ebbc Background Color

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

This div background color is #46ebbc


#46ebbc Border Color

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

This div border color is #46ebbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ebbc


Comments

No comments written yet.

Please login to write comment.