Color spaces of #edea81
RGB | 237 | 234 | 129 |
---|---|---|---|
HSL | 0.16 | 0.75 | 0.72 |
HSV | 58° | 46° | 93° |
CMYK | 0.00 | 0.01 | 0.46 0.07 |
XYZ | 68.3103 | 78.4351 | 32.3080 |
Yxy | 78.4351 | 0.3815 | 0.4381 |
Hunter Lab | 88.5636 | -17.3068 | 40.3655 |
CIE-Lab | 90.9781 | -13.2418 | 51.0478 |
#edea81 color RGB value is (237,234,129).
#edea81 hex color red value is 237, green value is 234 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #edea81 hue: 0.16 , saturation: 0.75 and the lightness value of edea81 is 0.72.
The process color (four color CMYK) of #edea81 color hex is 0.00, 0.01, 0.46, 0.07. Web safe color of #edea81 is #ffff99. Color #edea81 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101010 | 10000001 |
Octal | 355 | 352 | 201 |
Decimal | 237 | 234 | 129 |
Hex | ED | EA | 81 |
Shades of #edea81
Tints of #edea81
RGB Percentages of Color #edea81
CMYK Percentages of Color #edea81
Complementary Color
#edea81 | #8184ed |
#edea81 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edea81 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edea81 Color CSS Codes
.mybgcolor {background-color:#edea81; } .myforecolor {color:#edea81; } .mybordercolor {border:3px solid #edea81; }
#edea81 Text Font Color
<p style="color:#edea81">Text here</p>
This sample text font color is #edea81
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.
#edea81 Background Color
<div style="background-color:#edea81">
Div content here</div>
This div background color is #edea81
#edea81 Border Color
<div style="border:3px solid #edea81">
Div here</div>
This div border color is #edea81
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,234,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edea81; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edea81; -webkit-box-shadow: 1px 1px 3px 2px #edea81; box-shadow: 1px 1px 3px 2px #edea81; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,234,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edea81">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edea81; -webkit-box-shadow: 1px 1px 3px 2px #edea81; box-shadow: 1px 1px 3px 2px #edea81;">
Div content here</div>
This div box has shadow with color #edea81
Comments
No comments written yet.
Please login to write comment.