Color Hex Logo

#46eeae Color Hex

#46EEAE
(70,238,174)
0 Favorites   0 Comments

Color spaces of #46eeae

RGB 70238174
HSL0.440.830.60
HSV157°71°93°
CMYK 0.710.000.27   0.07
XYZ40.740365.507250.5413
Yxy65.50720.25980.4178
Hunter Lab80.9365-51.788919.6316
CIE-Lab84.7444-57.251418.8422

#46eeae color RGB value is (70,238,174).

#46eeae hex color red value is 70, green value is 238 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #46eeae hue: 0.44 , saturation: 0.83 and the lightness value of 46eeae is 0.60.

The process color (four color CMYK) of #46eeae color hex is 0.71, 0.00, 0.27, 0.07. Web safe color of #46eeae is #33ff99. Color #46eeae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000110 11101110 10101110
Octal 106 356 256
Decimal 70 238 174
Hex 46 EE AE

RGB Percentages of Color #46eeae

%14.52
%49.38
%36.10

CMYK Percentages of Color #46eeae

%71
%0
%27
%7

Triadic Colors of #46eeae

#46eeae #ae46ee #eeae46

Analogous Colors of #46eeae

#46eeae #46daee #46ee5a

Monochromatic Colors of #46eeae

#46eeae

Complementary Color

#46eeae #ee4686

#46eeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#46eeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#46eeae Color CSS Codes

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

#46eeae Text Font Color

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

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


#46eeae Background Color

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

This div background color is #46eeae


#46eeae Border Color

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

This div border color is #46eeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #46eeae


Comments

No comments written yet.

Please login to write comment.