Color Hex Logo

#46feef Color Hex

#46FEEF
(70,254,239)
0 Favorites   0 Comments

Color spaces of #46feef

RGB 70254239
HSL0.490.990.64
HSV175°72°100°
CMYK 0.720.000.06   0.00
XYZ53.547678.417793.9752
Yxy78.41770.23700.3471
Hunter Lab88.5538-47.0319-0.9322
CIE-Lab90.9702-48.1222-5.9895

#46feef color RGB value is (70,254,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111110 11101111
Octal 106 376 357
Decimal 70 254 239
Hex 46 FE EF

RGB Percentages of Color #46feef

%12.43
%45.12
%42.45

CMYK Percentages of Color #46feef

%72
%0
%6
%0

Triadic Colors of #46feef

#46feef #ef46fe #feef46

Analogous Colors of #46feef

#46feef #46b1fe #46fe93

Monochromatic Colors of #46feef

#46feef

Complementary Color

#46feef #fe4655

#46feef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46feef Color Preview on White Background

Lorem ipsum dolor sit amet.

#46feef Color CSS Codes

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

#46feef Text Font Color

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

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


#46feef Background Color

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

This div background color is #46feef


#46feef Border Color

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

This div border color is #46feef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(70,254,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 #46feef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46feef

Related Colors


Comments

No comments written yet.

Please login to write comment.