Color Hex Logo

#46faec Color Hex

#46FAEC
(70,250,236)
0 Favorites   0 Comments

Color spaces of #46faec

RGB 70250236
HSL0.490.950.63
HSV175°72°98°
CMYK 0.720.000.06   0.02
XYZ51.851775.729491.2413
Yxy75.72940.23700.3461
Hunter Lab87.0226-45.9319-1.2484
CIE-Lab89.7336-47.1984-6.2568

#46faec color RGB value is (70,250,236).

#46faec hex color red value is 70, green value is 250 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #46faec hue: 0.49 , saturation: 0.95 and the lightness value of 46faec is 0.63.

The process color (four color CMYK) of #46faec color hex is 0.72, 0.00, 0.06, 0.02. Web safe color of #46faec is #33ffff. Color #46faec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111010 11101100
Octal 106 372 354
Decimal 70 250 236
Hex 46 FA EC

RGB Percentages of Color #46faec

%12.59
%44.96
%42.45

CMYK Percentages of Color #46faec

%72
%0
%6
%2

Triadic Colors of #46faec

#46faec #ec46fa #faec46

Analogous Colors of #46faec

#46faec #46aefa #46fa92

Monochromatic Colors of #46faec

#46faec

Complementary Color

#46faec #fa4654

#46faec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46faec Color Preview on White Background

Lorem ipsum dolor sit amet.

#46faec Color CSS Codes

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

#46faec Text Font Color

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

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


#46faec Background Color

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

This div background color is #46faec


#46faec Border Color

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

This div border color is #46faec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46faec


Comments

No comments written yet.

Please login to write comment.