Color spaces of #ead26b
RGB | 234 | 210 | 107 |
---|---|---|---|
HSL | 0.14 | 0.75 | 0.67 |
HSV | 49° | 54° | 92° |
CMYK | 0.00 | 0.10 | 0.54 0.08 |
XYZ | 59.6321 | 64.6471 | 23.2451 |
Yxy | 64.6471 | 0.4042 | 0.4382 |
Hunter Lab | 80.4034 | -8.3195 | 39.1413 |
CIE-Lab | 84.3016 | -4.2947 | 53.4009 |
#ead26b color RGB value is (234,210,107).
#ead26b hex color red value is 234, green value is 210 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ead26b hue: 0.14 , saturation: 0.75 and the lightness value of ead26b is 0.67.
The process color (four color CMYK) of #ead26b color hex is 0.00, 0.10, 0.54, 0.08. Web safe color of #ead26b is #ffcc66. Color #ead26b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11010010 | 01101011 |
Octal | 352 | 322 | 153 |
Decimal | 234 | 210 | 107 |
Hex | EA | D2 | 6B |
Shades of #ead26b
Tints of #ead26b
RGB Percentages of Color #ead26b
CMYK Percentages of Color #ead26b
Complementary Color
#ead26b | #6b83ea |
#ead26b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ead26b Color Preview on White Background
Lorem ipsum dolor sit amet.
#ead26b Color CSS Codes
.mybgcolor {background-color:#ead26b; } .myforecolor {color:#ead26b; } .mybordercolor {border:3px solid #ead26b; }
#ead26b Text Font Color
<p style="color:#ead26b">Text here</p>
This sample text font color is #ead26b
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.
#ead26b Background Color
<div style="background-color:#ead26b">
Div content here</div>
This div background color is #ead26b
#ead26b Border Color
<div style="border:3px solid #ead26b">
Div here</div>
This div border color is #ead26b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,210,107, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ead26b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ead26b; -webkit-box-shadow: 1px 1px 3px 2px #ead26b; box-shadow: 1px 1px 3px 2px #ead26b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,210,107, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ead26b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ead26b; -webkit-box-shadow: 1px 1px 3px 2px #ead26b; box-shadow: 1px 1px 3px 2px #ead26b;">
Div content here</div>
This div box has shadow with color #ead26b
Comments
No comments written yet.
Please login to write comment.