color details

Color Details
#40e0d0 Color Hex

#40e0d0 color RGB value is (4, 14, 13).
#40e0d0 hex color red value is 4, green value is 14, and blue value is 13.
Cylindrical-coordinate representations (HSL) of color #40e0d0 hue: 174, saturation: 0.56 and lightness: 0.04.

The process color (four-color CMYK) of #40e0d0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #40e0d0 is #ff9999. Color #40e0d0 contains mainly RED.

Color Spaces
Color spaces of #40e0d0Value
RGB64, 224, 208
HSL0.48, 0.72, 0.56
HSV174°, 71°, 88°
XYZ40.15, 58.95, 68.92
Base Numbers
Base Red Green Blue
Binary 1000000 11100000 11010000
Octal 100 340 320
Decimal 64 224 208
Hex 40 E0 D0

RGB Percentages for Color #40e0d0

12.9%
45.16%
41.94%

CMYK Percentages of the Color #40e0d0

71.43%
7.14%
12.16%
CSS Codes for Color #40e0d0
.mybgColor {background-color: #40e0d0;}
.myforeColor {color: #40e0d0;}
.myborderColor {border:3px solid #40e0d0;}
Text Font Color #40e0d0

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

This sample text is styled with the font color #40e0d0. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #40e0d0

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

The background color of this div is #40e0d0
Border Color #40e0d0

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

The border color of this div is #40e0d0
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(64, 224, 208, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #40e0d0;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #40e0d0;
-webkit-box-shadow: 1px 1px 3px #40e0d0;
box-shadow: 1px 1px 3px #40e0d0;            }
            
Text Shadow Using RGB Values

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

This text has a shadow with RGB values.

Text Shadow Using Hex Values

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

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

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

This div box has a shadow with a specified color. #40e0d0
Scroll to Top