Color spaces of #efca98
RGB | 239 | 202 | 152 |
---|---|---|---|
HSL | 0.10 | 0.73 | 0.77 |
HSV | 34° | 36° | 94° |
CMYK | 0.00 | 0.15 | 0.36 0.06 |
XYZ | 62.3846 | 62.8588 | 38.5507 |
Yxy | 62.8588 | 0.3809 | 0.3838 |
Hunter Lab | 79.2835 | 1.7073 | 26.6694 |
CIE-Lab | 83.3680 | 6.2161 | 29.8358 |
#efca98 color RGB value is (239,202,152).
#efca98 hex color red value is 239, green value is 202 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #efca98 hue: 0.10 , saturation: 0.73 and the lightness value of efca98 is 0.77.
The process color (four color CMYK) of #efca98 color hex is 0.00, 0.15, 0.36, 0.06. Web safe color of #efca98 is #ffcc99. Color #efca98 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101111 | 11001010 | 10011000 |
Octal | 357 | 312 | 230 |
Decimal | 239 | 202 | 152 |
Hex | EF | CA | 98 |
Shades of #efca98
Tints of #efca98
RGB Percentages of Color #efca98
CMYK Percentages of Color #efca98
Complementary Color
#efca98 | #98bdef |
#efca98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#efca98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#efca98 Color CSS Codes
.mybgcolor {background-color:#efca98; } .myforecolor {color:#efca98; } .mybordercolor {border:3px solid #efca98; }
#efca98 Text Font Color
<p style="color:#efca98">Text here</p>
This sample text font color is #efca98
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.
#efca98 Background Color
<div style="background-color:#efca98">
Div content here</div>
This div background color is #efca98
#efca98 Border Color
<div style="border:3px solid #efca98">
Div here</div>
This div border color is #efca98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(239,202,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #efca98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #efca98; -webkit-box-shadow: 1px 1px 3px 2px #efca98; box-shadow: 1px 1px 3px 2px #efca98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(239,202,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 #efca98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #efca98; -webkit-box-shadow: 1px 1px 3px 2px #efca98; box-shadow: 1px 1px 3px 2px #efca98;">
Div content here</div>
This div box has shadow with color #efca98
Comments
No comments written yet.
Please login to write comment.