Color spaces of #bdecae
RGB | 189 | 236 | 174 |
---|---|---|---|
HSL | 0.29 | 0.62 | 0.80 |
HSV | 105° | 26° | 93° |
CMYK | 0.20 | 0.00 | 0.26 0.07 |
XYZ | 58.6217 | 73.8657 | 51.2122 |
Yxy | 73.8657 | 0.3191 | 0.4021 |
Hunter Lab | 85.9452 | -28.6523 | 24.8324 |
CIE-Lab | 88.8590 | -26.3701 | 25.2541 |
#bdecae color RGB value is (189,236,174).
#bdecae hex color red value is 189, green value is 236 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #bdecae hue: 0.29 , saturation: 0.62 and the lightness value of bdecae is 0.80.
The process color (four color CMYK) of #bdecae color hex is 0.20, 0.00, 0.26, 0.07. Web safe color of #bdecae is #ccff99. Color #bdecae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101100 | 10101110 |
Octal | 275 | 354 | 256 |
Decimal | 189 | 236 | 174 |
Hex | BD | EC | AE |
Shades of #bdecae
Tints of #bdecae
RGB Percentages of Color #bdecae
CMYK Percentages of Color #bdecae
Complementary Color
#bdecae | #ddaeec |
#bdecae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdecae Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdecae Color CSS Codes
.mybgcolor {background-color:#bdecae; } .myforecolor {color:#bdecae; } .mybordercolor {border:3px solid #bdecae; }
#bdecae Text Font Color
<p style="color:#bdecae">Text here</p>
This sample text font color is #bdecae
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.
#bdecae Background Color
<div style="background-color:#bdecae">
Div content here</div>
This div background color is #bdecae
#bdecae Border Color
<div style="border:3px solid #bdecae">
Div here</div>
This div border color is #bdecae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,236,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdecae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdecae; -webkit-box-shadow: 1px 1px 3px 2px #bdecae; box-shadow: 1px 1px 3px 2px #bdecae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,236,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdecae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdecae; -webkit-box-shadow: 1px 1px 3px 2px #bdecae; box-shadow: 1px 1px 3px 2px #bdecae;">
Div content here</div>
This div box has shadow with color #bdecae
Comments
No comments written yet.
Please login to write comment.