Color Hex Logo

#46faea Color Hex

#46FAEA
(70,250,234)
0 Favorites   0 Comments

Color spaces of #46faea

RGB 70250234
HSL0.490.950.63
HSV175°72°98°
CMYK 0.720.000.06   0.02
XYZ51.562775.613889.7192
Yxy75.61380.23770.3486
Hunter Lab86.9562-46.3276-0.3046
CIE-Lab89.6797-47.7268-5.2952

#46faea color RGB value is (70,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111010 11101010
Octal 106 372 352
Decimal 70 250 234
Hex 46 FA EA

RGB Percentages of Color #46faea

%12.64
%45.13
%42.24

CMYK Percentages of Color #46faea

%72
%0
%6
%2

Triadic Colors of #46faea

#46faea #ea46fa #faea46

Analogous Colors of #46faea

#46faea #46b0fa #46fa90

Monochromatic Colors of #46faea

#46faea

Complementary Color

#46faea #fa4656

#46faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#46faea Color CSS Codes

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

#46faea Text Font Color

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

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


#46faea Background Color

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

This div background color is #46faea


#46faea Border Color

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

This div border color is #46faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46faea


Comments

No comments written yet.

Please login to write comment.