Color Hex Logo

#46efbf Color Hex

#46EFBF
(70,239,191)
0 Favorites   0 Comments

Color spaces of #46efbf

RGB 70239191
HSL0.450.840.61
HSV163°71°94°
CMYK 0.710.000.20   0.06
XYZ42.796366.796759.9277
Yxy66.79670.25250.3940
Hunter Lab81.7292-49.557313.7363
CIE-Lab85.4012-53.844210.9270

#46efbf color RGB value is (70,239,191).

#46efbf hex color red value is 70, green value is 239 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #46efbf hue: 0.45 , saturation: 0.84 and the lightness value of 46efbf is 0.61.

The process color (four color CMYK) of #46efbf color hex is 0.71, 0.00, 0.20, 0.06. Web safe color of #46efbf is #33ffcc. Color #46efbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101111 10111111
Octal 106 357 277
Decimal 70 239 191
Hex 46 EF BF

RGB Percentages of Color #46efbf

%14.00
%47.80
%38.20

CMYK Percentages of Color #46efbf

%71
%0
%20
%6

Triadic Colors of #46efbf

#46efbf #bf46ef #efbf46

Analogous Colors of #46efbf

#46efbf #46cbef #46ef6b

Monochromatic Colors of #46efbf

#46efbf

Complementary Color

#46efbf #ef4676

#46efbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46efbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#46efbf Color CSS Codes

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

#46efbf Text Font Color

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

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


#46efbf Background Color

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

This div background color is #46efbf


#46efbf Border Color

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

This div border color is #46efbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46efbf


Comments

No comments written yet.

Please login to write comment.