Color Hex Logo

#46faef Color Hex

#46FAEF
(70,250,239)
0 Favorites   0 Comments

Color spaces of #46faef

RGB 70250239
HSL0.490.950.63
HSV176°72°98°
CMYK 0.720.000.04   0.02
XYZ52.291475.905393.5565
Yxy75.90530.23580.3423
Hunter Lab87.1236-45.3311-2.6812
CIE-Lab89.8154-46.3994-7.6973

#46faef color RGB value is (70,250,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111010 11101111
Octal 106 372 357
Decimal 70 250 239
Hex 46 FA EF

RGB Percentages of Color #46faef

%12.52
%44.72
%42.75

CMYK Percentages of Color #46faef

%72
%0
%4
%2

Triadic Colors of #46faef

#46faef #ef46fa #faef46

Analogous Colors of #46faef

#46faef #46abfa #46fa95

Monochromatic Colors of #46faef

#46faef

Complementary Color

#46faef #fa4651

#46faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#46faef Color CSS Codes

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

#46faef Text Font Color

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

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


#46faef Background Color

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

This div background color is #46faef


#46faef Border Color

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

This div border color is #46faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46faef

Related Colors


Comments

No comments written yet.

Please login to write comment.