Color spaces of #eafbc2
RGB | 234 | 251 | 194 |
---|---|---|---|
HSL | 0.22 | 0.88 | 0.87 |
HSV | 78° | 23° | 98° |
CMYK | 0.07 | 0.00 | 0.23 0.02 |
XYZ | 78.1665 | 90.3818 | 64.3646 |
Yxy | 90.3818 | 0.3356 | 0.3880 |
Hunter Lab | 95.0693 | -19.6077 | 26.4076 |
CIE-Lab | 96.1549 | -14.9755 | 25.5189 |
#eafbc2 color RGB value is (234,251,194).
#eafbc2 hex color red value is 234, green value is 251 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #eafbc2 hue: 0.22 , saturation: 0.88 and the lightness value of eafbc2 is 0.87.
The process color (four color CMYK) of #eafbc2 color hex is 0.07, 0.00, 0.23, 0.02. Web safe color of #eafbc2 is #ffffcc. Color #eafbc2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11101010 | 11111011 | 11000010 |
Octal | 352 | 373 | 302 |
Decimal | 234 | 251 | 194 |
Hex | EA | FB | C2 |
Shades of #eafbc2
Tints of #eafbc2
RGB Percentages of Color #eafbc2
CMYK Percentages of Color #eafbc2
Complementary Color
#eafbc2 | #d3c2fb |
#eafbc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#eafbc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#eafbc2 Color CSS Codes
.mybgcolor {background-color:#eafbc2; } .myforecolor {color:#eafbc2; } .mybordercolor {border:3px solid #eafbc2; }
#eafbc2 Text Font Color
<p style="color:#eafbc2">Text here</p>
This sample text font color is #eafbc2
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.
#eafbc2 Background Color
<div style="background-color:#eafbc2">
Div content here</div>
This div background color is #eafbc2
#eafbc2 Border Color
<div style="border:3px solid #eafbc2">
Div here</div>
This div border color is #eafbc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(234,251,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #eafbc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #eafbc2; -webkit-box-shadow: 1px 1px 3px 2px #eafbc2; box-shadow: 1px 1px 3px 2px #eafbc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(234,251,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #eafbc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #eafbc2; -webkit-box-shadow: 1px 1px 3px 2px #eafbc2; box-shadow: 1px 1px 3px 2px #eafbc2;">
Div content here</div>
This div box has shadow with color #eafbc2
Comments
No comments written yet.
Please login to write comment.