Color Hex Logo

#40eacc Color Hex

#40EACC
(64,234,204)
0 Favorites   0 Comments

Color spaces of #40eacc

RGB 64234204
HSL0.470.800.58
HSV169°73°92°
CMYK 0.730.000.13   0.08
XYZ42.436364.295367.3003
Yxy64.29530.24380.3694
Hunter Lab80.1844-45.85436.3658
CIE-Lab84.1193-49.39642.2537

#40eacc color RGB value is (64,234,204).

#40eacc hex color red value is 64, green value is 234 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #40eacc hue: 0.47 , saturation: 0.80 and the lightness value of 40eacc is 0.58.

The process color (four color CMYK) of #40eacc color hex is 0.73, 0.00, 0.13, 0.08. Web safe color of #40eacc is #33ffcc. Color #40eacc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101010 11001100
Octal 100 352 314
Decimal 64 234 204
Hex 40 EA CC

RGB Percentages of Color #40eacc

%12.75
%46.61
%40.64

CMYK Percentages of Color #40eacc

%73
%0
%13
%8

Triadic Colors of #40eacc

#40eacc #cc40ea #eacc40

Analogous Colors of #40eacc

#40eacc #40b3ea #40ea77

Monochromatic Colors of #40eacc

#40eacc

Complementary Color

#40eacc #ea405e

#40eacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40eacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#40eacc Color CSS Codes

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

#40eacc Text Font Color

<p style="color:#40eacc">Text here</p>

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


#40eacc Background Color

<div style="background-color:#40eacc">
Div content here</div>

This div background color is #40eacc


#40eacc Border Color

<div style="border:3px solid #40eacc">
Div here</div>

This div border color is #40eacc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(64,234,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #40eacc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #40eacc;
  -webkit-box-shadow: 1px 1px 3px 2px #40eacc;
  box-shadow:         1px 1px 3px 2px #40eacc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(64,234,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40eacc


Comments

No comments written yet.

Please login to write comment.