Color Hex Logo

#40eedd Color Hex

#40EEDD
(64,238,221)
0 Favorites   0 Comments

Color spaces of #40eedd

RGB 64238221
HSL0.480.840.59
HSV174°73°93°
CMYK 0.730.000.07   0.07
XYZ45.740067.459579.0169
Yxy67.45950.23800.3510
Hunter Lab82.1337-44.32800.4536
CIE-Lab85.7355-46.6925-4.3224

#40eedd color RGB value is (64,238,221).

#40eedd hex color red value is 64, green value is 238 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #40eedd hue: 0.48 , saturation: 0.84 and the lightness value of 40eedd is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01000000 11101110 11011101
Octal 100 356 335
Decimal 64 238 221
Hex 40 EE DD

RGB Percentages of Color #40eedd

%12.24
%45.51
%42.26

CMYK Percentages of Color #40eedd

%73
%0
%7
%7

Triadic Colors of #40eedd

#40eedd #dd40ee #eedd40

Analogous Colors of #40eedd

#40eedd #40a8ee #40ee86

Monochromatic Colors of #40eedd

#40eedd

Complementary Color

#40eedd #ee4051

#40eedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40eedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#40eedd Color CSS Codes

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

#40eedd Text Font Color

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

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


#40eedd Background Color

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

This div background color is #40eedd


#40eedd Border Color

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

This div border color is #40eedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40eedd


Comments

No comments written yet.

Please login to write comment.