Color spaces of #beaebc
RGB | 190 | 174 | 188 |
---|---|---|---|
HSL | 0.85 | 0.11 | 0.71 |
HSV | 308° | 8° | 75° |
CMYK | 0.00 | 0.08 | 0.01 0.25 |
XYZ | 45.4484 | 44.8501 | 53.8385 |
Yxy | 44.8501 | 0.3153 | 0.3112 |
Hunter Lab | 66.9702 | 3.9386 | -0.7851 |
CIE-Lab | 72.7931 | 8.2592 | -5.0603 |
#beaebc color RGB value is (190,174,188).
#beaebc hex color red value is 190, green value is 174 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #beaebc hue: 0.85 , saturation: 0.11 and the lightness value of beaebc is 0.71.
The process color (four color CMYK) of #beaebc color hex is 0.00, 0.08, 0.01, 0.25. Web safe color of #beaebc is #cc99cc. Color #beaebc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 10101110 | 10111100 |
Octal | 276 | 256 | 274 |
Decimal | 190 | 174 | 188 |
Hex | BE | AE | BC |
Shades of #beaebc
Tints of #beaebc
RGB Percentages of Color #beaebc
CMYK Percentages of Color #beaebc
Complementary Color
#beaebc | #aebeb0 |
#beaebc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beaebc Color Preview on White Background
Lorem ipsum dolor sit amet.
#beaebc Color CSS Codes
.mybgcolor {background-color:#beaebc; } .myforecolor {color:#beaebc; } .mybordercolor {border:3px solid #beaebc; }
#beaebc Text Font Color
<p style="color:#beaebc">Text here</p>
This sample text font color is #beaebc
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.
#beaebc Background Color
<div style="background-color:#beaebc">
Div content here</div>
This div background color is #beaebc
#beaebc Border Color
<div style="border:3px solid #beaebc">
Div here</div>
This div border color is #beaebc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,174,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beaebc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beaebc; -webkit-box-shadow: 1px 1px 3px 2px #beaebc; box-shadow: 1px 1px 3px 2px #beaebc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,174,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beaebc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beaebc; -webkit-box-shadow: 1px 1px 3px 2px #beaebc; box-shadow: 1px 1px 3px 2px #beaebc;">
Div content here</div>
This div box has shadow with color #beaebc
Comments
No comments written yet.
Please login to write comment.