Color spaces of #ffeea2
RGB | 255 | 238 | 162 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.82 |
HSV | 49° | 36° | 100° |
CMYK | 0.00 | 0.07 | 0.36 0.00 |
XYZ | 78.3361 | 85.0177 | 46.4637 |
Yxy | 85.0177 | 0.3734 | 0.4052 |
Hunter Lab | 92.2050 | -9.7078 | 34.6663 |
CIE-Lab | 93.8907 | -4.8775 | 38.8935 |
#ffeea2 color RGB value is (255,238,162).
#ffeea2 hex color red value is 255, green value is 238 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #ffeea2 hue: 0.14 , saturation: 1.00 and the lightness value of ffeea2 is 0.82.
The process color (four color CMYK) of #ffeea2 color hex is 0.00, 0.07, 0.36, 0.00. Web safe color of #ffeea2 is #ffff99. Color #ffeea2 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101110 | 10100010 |
Octal | 377 | 356 | 242 |
Decimal | 255 | 238 | 162 |
Hex | FF | EE | A2 |
Shades of #ffeea2
Tints of #ffeea2
RGB Percentages of Color #ffeea2
CMYK Percentages of Color #ffeea2
Complementary Color
#ffeea2 | #a2b3ff |
#ffeea2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffeea2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffeea2 Color CSS Codes
.mybgcolor {background-color:#ffeea2; } .myforecolor {color:#ffeea2; } .mybordercolor {border:3px solid #ffeea2; }
#ffeea2 Text Font Color
<p style="color:#ffeea2">Text here</p>
This sample text font color is #ffeea2
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.
#ffeea2 Background Color
<div style="background-color:#ffeea2">
Div content here</div>
This div background color is #ffeea2
#ffeea2 Border Color
<div style="border:3px solid #ffeea2">
Div here</div>
This div border color is #ffeea2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,238,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffeea2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffeea2; -webkit-box-shadow: 1px 1px 3px 2px #ffeea2; box-shadow: 1px 1px 3px 2px #ffeea2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,238,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffeea2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffeea2; -webkit-box-shadow: 1px 1px 3px 2px #ffeea2; box-shadow: 1px 1px 3px 2px #ffeea2;">
Div content here</div>
This div box has shadow with color #ffeea2
#ffeea2 Color Palettes
Comments
No comments written yet.
Please login to write comment.