Color spaces of #edebb1
RGB | 237 | 235 | 177 |
---|---|---|---|
HSL | 0.16 | 0.63 | 0.81 |
HSV | 58° | 25° | 93° |
CMYK | 0.00 | 0.01 | 0.25 0.07 |
XYZ | 72.5692 | 80.5955 | 53.3267 |
Yxy | 80.5955 | 0.3514 | 0.3903 |
Hunter Lab | 89.7750 | -12.8166 | 27.6240 |
CIE-Lab | 91.9514 | -8.3164 | 28.4740 |
#edebb1 color RGB value is (237,235,177).
#edebb1 hex color red value is 237, green value is 235 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #edebb1 hue: 0.16 , saturation: 0.63 and the lightness value of edebb1 is 0.81.
The process color (four color CMYK) of #edebb1 color hex is 0.00, 0.01, 0.25, 0.07. Web safe color of #edebb1 is #ffff99. Color #edebb1 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 11101011 | 10110001 |
Octal | 355 | 353 | 261 |
Decimal | 237 | 235 | 177 |
Hex | ED | EB | B1 |
Shades of #edebb1
Tints of #edebb1
RGB Percentages of Color #edebb1
CMYK Percentages of Color #edebb1
Complementary Color
#edebb1 | #b1b3ed |
#edebb1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edebb1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#edebb1 Color CSS Codes
.mybgcolor {background-color:#edebb1; } .myforecolor {color:#edebb1; } .mybordercolor {border:3px solid #edebb1; }
#edebb1 Text Font Color
<p style="color:#edebb1">Text here</p>
This sample text font color is #edebb1
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.
#edebb1 Background Color
<div style="background-color:#edebb1">
Div content here</div>
This div background color is #edebb1
#edebb1 Border Color
<div style="border:3px solid #edebb1">
Div here</div>
This div border color is #edebb1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,235,177, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edebb1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edebb1; -webkit-box-shadow: 1px 1px 3px 2px #edebb1; box-shadow: 1px 1px 3px 2px #edebb1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,235,177, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edebb1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edebb1; -webkit-box-shadow: 1px 1px 3px 2px #edebb1; box-shadow: 1px 1px 3px 2px #edebb1;">
Div content here</div>
This div box has shadow with color #edebb1
Comments
No comments written yet.
Please login to write comment.