Color spaces of #ead38b
RGB | 234 | 211 | 139 |
---|---|---|---|
HSL | 0.13 | 0.69 | 0.73 |
HSV | 45° | 41° | 92° |
CMYK | 0.00 | 0.10 | 0.41 0.08 |
XYZ | 61.8862 | 65.9450 | 33.8930 |
Yxy | 65.9450 | 0.3827 | 0.4078 |
Hunter Lab | 81.2065 | -6.0794 | 32.0988 |
CIE-Lab | 84.9684 | -1.8421 | 38.5395 |
#ead38b color RGB value is (234,211,139).
#ead38b hex color red value is 234, green value is 211 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ead38b hue: 0.13 , saturation: 0.69 and the lightness value of ead38b is 0.73.
The process color (four color CMYK) of #ead38b color hex is 0.00, 0.10, 0.41, 0.08. Web safe color of #ead38b is #ffcc99. Color #ead38b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010011 | 10001011 |
Octal | 352 | 323 | 213 |
Decimal | 234 | 211 | 139 |
Hex | EA | D3 | 8B |
Shades of #ead38b
Tints of #ead38b
RGB Percentages of Color #ead38b
CMYK Percentages of Color #ead38b
Complementary Color
#ead38b | #8ba2ea |
#ead38b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead38b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead38b Color CSS Codes
.mybgcolor {background-color:#ead38b; } .myforecolor {color:#ead38b; } .mybordercolor {border:3px solid #ead38b; }
#ead38b Text Font Color
<p style="color:#ead38b">Text here</p>
This sample text font color is #ead38b
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.
#ead38b Background Color
<div style="background-color:#ead38b">
Div content here</div>
This div background color is #ead38b
#ead38b Border Color
<div style="border:3px solid #ead38b">
Div here</div>
This div border color is #ead38b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,211,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead38b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead38b; -webkit-box-shadow: 1px 1px 3px 2px #ead38b; box-shadow: 1px 1px 3px 2px #ead38b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,211,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 #ead38b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead38b; -webkit-box-shadow: 1px 1px 3px 2px #ead38b; box-shadow: 1px 1px 3px 2px #ead38b;">
Div content here</div>
This div box has shadow with color #ead38b
#ead38b Color Palettes
Comments
No comments written yet.
Please login to write comment.