Color spaces of #ffee80
RGB | 255 | 238 | 128 |
---|---|---|---|
HSL | 0.14 | 1.00 | 0.75 |
HSV | 52° | 50° | 100° |
CMYK | 0.00 | 0.07 | 0.50 0.00 |
XYZ | 75.7108 | 83.9676 | 32.6391 |
Yxy | 83.9676 | 0.3937 | 0.4366 |
Hunter Lab | 91.6338 | -12.8768 | 43.0252 |
CIE-Lab | 93.4364 | -8.2158 | 54.8322 |
#ffee80 color RGB value is (255,238,128).
#ffee80 hex color red value is 255, green value is 238 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #ffee80 hue: 0.14 , saturation: 1.00 and the lightness value of ffee80 is 0.75.
The process color (four color CMYK) of #ffee80 color hex is 0.00, 0.07, 0.50, 0.00. Web safe color of #ffee80 is #ffff99. Color #ffee80 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111111 | 11101110 | 10000000 |
Octal | 377 | 356 | 200 |
Decimal | 255 | 238 | 128 |
Hex | FF | EE | 80 |
Shades of #ffee80
Tints of #ffee80
RGB Percentages of Color #ffee80
CMYK Percentages of Color #ffee80
Complementary Color
#ffee80 | #8091ff |
#ffee80 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ffee80 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ffee80 Color CSS Codes
.mybgcolor {background-color:#ffee80; } .myforecolor {color:#ffee80; } .mybordercolor {border:3px solid #ffee80; }
#ffee80 Text Font Color
<p style="color:#ffee80">Text here</p>
This sample text font color is #ffee80
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.
#ffee80 Background Color
<div style="background-color:#ffee80">
Div content here</div>
This div background color is #ffee80
#ffee80 Border Color
<div style="border:3px solid #ffee80">
Div here</div>
This div border color is #ffee80
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(255,238,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ffee80; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ffee80; -webkit-box-shadow: 1px 1px 3px 2px #ffee80; box-shadow: 1px 1px 3px 2px #ffee80; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(255,238,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ffee80">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ffee80; -webkit-box-shadow: 1px 1px 3px 2px #ffee80; box-shadow: 1px 1px 3px 2px #ffee80;">
Div content here</div>
This div box has shadow with color #ffee80
#ffee80 Color Palettes
Comments
No comments written yet.
Please login to write comment.