Color spaces of #edb38b
RGB | 237 | 179 | 139 |
---|---|---|---|
HSL | 0.07 | 0.73 | 0.74 |
HSV | 24° | 41° | 93° |
CMYK | 0.00 | 0.24 | 0.41 0.07 |
XYZ | 55.7054 | 52.1088 | 31.5481 |
Yxy | 52.1088 | 0.3997 | 0.3739 |
Hunter Lab | 72.1864 | 11.4201 | 24.6186 |
CIE-Lab | 77.3458 | 16.0773 | 28.5981 |
#edb38b color RGB value is (237,179,139).
#edb38b hex color red value is 237, green value is 179 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #edb38b hue: 0.07 , saturation: 0.73 and the lightness value of edb38b is 0.74.
The process color (four color CMYK) of #edb38b color hex is 0.00, 0.24, 0.41, 0.07. Web safe color of #edb38b is #ffcc99. Color #edb38b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101101 | 10110011 | 10001011 |
Octal | 355 | 263 | 213 |
Decimal | 237 | 179 | 139 |
Hex | ED | B3 | 8B |
Shades of #edb38b
Tints of #edb38b
RGB Percentages of Color #edb38b
CMYK Percentages of Color #edb38b
Complementary Color
#edb38b | #8bc5ed |
#edb38b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#edb38b Color Preview on White Background
Lorem ipsum dolor sit amet.
#edb38b Color CSS Codes
.mybgcolor {background-color:#edb38b; } .myforecolor {color:#edb38b; } .mybordercolor {border:3px solid #edb38b; }
#edb38b Text Font Color
<p style="color:#edb38b">Text here</p>
This sample text font color is #edb38b
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.
#edb38b Background Color
<div style="background-color:#edb38b">
Div content here</div>
This div background color is #edb38b
#edb38b Border Color
<div style="border:3px solid #edb38b">
Div here</div>
This div border color is #edb38b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(237,179,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #edb38b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #edb38b; -webkit-box-shadow: 1px 1px 3px 2px #edb38b; box-shadow: 1px 1px 3px 2px #edb38b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(237,179,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #edb38b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #edb38b; -webkit-box-shadow: 1px 1px 3px 2px #edb38b; box-shadow: 1px 1px 3px 2px #edb38b;">
Div content here</div>
This div box has shadow with color #edb38b
Comments
No comments written yet.
Please login to write comment.