Color Hex Logo

#40dfbe Color Hex

#40DFBE
(64,223,190)
0 Favorites   0 Comments

Color spaces of #40dfbe

RGB 64223190
HSL0.470.710.56
HSV168°71°87°
CMYK 0.710.000.15   0.13
XYZ37.796357.583057.8378
Yxy57.58300.24670.3758
Hunter Lab75.8835-43.88827.9280
CIE-Lab80.5064-48.29284.4156

#40dfbe color RGB value is (64,223,190).

#40dfbe hex color red value is 64, green value is 223 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #40dfbe hue: 0.47 , saturation: 0.71 and the lightness value of 40dfbe is 0.56.

The process color (four color CMYK) of #40dfbe color hex is 0.71, 0.00, 0.15, 0.13. Web safe color of #40dfbe is #33cccc. Color #40dfbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01000000 11011111 10111110
Octal 100 337 276
Decimal 64 223 190
Hex 40 DF BE

RGB Percentages of Color #40dfbe

%13.42
%46.75
%39.83

CMYK Percentages of Color #40dfbe

%71
%0
%15
%13

Triadic Colors of #40dfbe

#40dfbe #be40df #dfbe40

Analogous Colors of #40dfbe

#40dfbe #40b1df #40df6f

Monochromatic Colors of #40dfbe

#40dfbe

Complementary Color

#40dfbe #df4061

#40dfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#40dfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#40dfbe Color CSS Codes

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

#40dfbe Text Font Color

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

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


#40dfbe Background Color

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

This div background color is #40dfbe


#40dfbe Border Color

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

This div border color is #40dfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #40dfbe


Comments

No comments written yet.

Please login to write comment.