Color Hex Logo

#46ffee Color Hex

#46FFEE
(70,255,238)
0 Favorites   0 Comments

Color spaces of #46ffee

RGB 70255238
HSL0.481.000.64
HSV174°73°100°
CMYK 0.730.000.07   0.00
XYZ53.718478.995193.3053
Yxy78.99510.23770.3495
Hunter Lab88.8792-47.6535-0.0272
CIE-Lab91.2321-48.8125-5.0844

#46ffee color RGB value is (70,255,238).

#46ffee hex color red value is 70, green value is 255 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #46ffee hue: 0.48 , saturation: 1.00 and the lightness value of 46ffee is 0.64.

The process color (four color CMYK) of #46ffee color hex is 0.73, 0.00, 0.07, 0.00. Web safe color of #46ffee is #33ffff. Color #46ffee contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11111111 11101110
Octal 106 377 356
Decimal 70 255 238
Hex 46 FF EE

RGB Percentages of Color #46ffee

%12.43
%45.29
%42.27

CMYK Percentages of Color #46ffee

%73
%0
%7
%0

Triadic Colors of #46ffee

#46ffee #ee46ff #ffee46

Analogous Colors of #46ffee

#46ffee #46b4ff #46ff92

Monochromatic Colors of #46ffee

#46ffee

Complementary Color

#46ffee #ff4657

#46ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#46ffee Color CSS Codes

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

#46ffee Text Font Color

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

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


#46ffee Background Color

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

This div background color is #46ffee


#46ffee Border Color

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

This div border color is #46ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46ffee

Related Colors


Comments

No comments written yet.

Please login to write comment.