Color spaces of #edbe66
RGB | 237 | 190 | 102 |
---|---|---|---|
HSL | 0.11 | 0.79 | 0.66 |
HSV | 39° | 57° | 93° |
CMYK | 0.00 | 0.20 | 0.57 0.07 |
XYZ | 55.7368 | 55.7907 | 20.4014 |
Yxy | 55.7907 | 0.4225 | 0.4229 |
Hunter Lab | 74.6932 | 2.4855 | 36.0910 |
CIE-Lab | 79.4946 | 6.8943 | 50.2008 |
#edbe66 color RGB value is (237,190,102).
#edbe66 hex color red value is 237, green value is 190 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #edbe66 hue: 0.11 , saturation: 0.79 and the lightness value of edbe66 is 0.66.
The process color (four color CMYK) of #edbe66 color hex is 0.00, 0.20, 0.57, 0.07. Web safe color of #edbe66 is #ffcc66. Color #edbe66 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10111110 | 01100110 |
Octal | 355 | 276 | 146 |
Decimal | 237 | 190 | 102 |
Hex | ED | BE | 66 |
Shades of #edbe66
Tints of #edbe66
RGB Percentages of Color #edbe66
CMYK Percentages of Color #edbe66
Complementary Color
#edbe66 | #6695ed |
#edbe66 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edbe66 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edbe66 Color CSS Codes
.mybgcolor {background-color:#edbe66; } .myforecolor {color:#edbe66; } .mybordercolor {border:3px solid #edbe66; }
#edbe66 Text Font Color
<p style="color:#edbe66">Text here</p>
This sample text font color is #edbe66
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.
#edbe66 Background Color
<div style="background-color:#edbe66">
Div content here</div>
This div background color is #edbe66
#edbe66 Border Color
<div style="border:3px solid #edbe66">
Div here</div>
This div border color is #edbe66
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,190,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edbe66; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edbe66; -webkit-box-shadow: 1px 1px 3px 2px #edbe66; box-shadow: 1px 1px 3px 2px #edbe66; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,190,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edbe66">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edbe66; -webkit-box-shadow: 1px 1px 3px 2px #edbe66; box-shadow: 1px 1px 3px 2px #edbe66;">
Div content here</div>
This div box has shadow with color #edbe66
Comments
No comments written yet.
Please login to write comment.