Color spaces of #edc798
RGB | 237 | 199 | 152 |
---|---|---|---|
HSL | 0.09 | 0.70 | 0.76 |
HSV | 33° | 36° | 93° |
CMYK | 0.00 | 0.16 | 0.36 0.07 |
XYZ | 61.0160 | 61.1184 | 38.2869 |
Yxy | 61.1184 | 0.3803 | 0.3810 |
Hunter Lab | 78.1783 | 2.5024 | 25.6882 |
CIE-Lab | 82.4424 | 7.0050 | 28.5633 |
#edc798 color RGB value is (237,199,152).
#edc798 hex color red value is 237, green value is 199 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #edc798 hue: 0.09 , saturation: 0.70 and the lightness value of edc798 is 0.76.
The process color (four color CMYK) of #edc798 color hex is 0.00, 0.16, 0.36, 0.07. Web safe color of #edc798 is #ffcc99. Color #edc798 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11000111 | 10011000 |
Octal | 355 | 307 | 230 |
Decimal | 237 | 199 | 152 |
Hex | ED | C7 | 98 |
Shades of #edc798
Tints of #edc798
RGB Percentages of Color #edc798
CMYK Percentages of Color #edc798
Complementary Color
#edc798 | #98beed |
#edc798 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edc798 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edc798 Color CSS Codes
.mybgcolor {background-color:#edc798; } .myforecolor {color:#edc798; } .mybordercolor {border:3px solid #edc798; }
#edc798 Text Font Color
<p style="color:#edc798">Text here</p>
This sample text font color is #edc798
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.
#edc798 Background Color
<div style="background-color:#edc798">
Div content here</div>
This div background color is #edc798
#edc798 Border Color
<div style="border:3px solid #edc798">
Div here</div>
This div border color is #edc798
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,199,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edc798; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edc798; -webkit-box-shadow: 1px 1px 3px 2px #edc798; box-shadow: 1px 1px 3px 2px #edc798; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,199,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edc798">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edc798; -webkit-box-shadow: 1px 1px 3px 2px #edc798; box-shadow: 1px 1px 3px 2px #edc798;">
Div content here</div>
This div box has shadow with color #edc798
Comments
No comments written yet.
Please login to write comment.