Color spaces of #a7dbeb
RGB | 167 | 219 | 235 |
---|---|---|---|
HSL | 0.54 | 0.63 | 0.79 |
HSV | 194° | 29° | 92° |
CMYK | 0.29 | 0.07 | 0.00 0.08 |
XYZ | 56.2633 | 64.8767 | 88.1543 |
Yxy | 64.8767 | 0.2688 | 0.3100 |
Hunter Lab | 80.5461 | -16.2692 | -8.5082 |
CIE-Lab | 84.4202 | -13.0231 | -13.2669 |
#a7dbeb color RGB value is (167,219,235).
#a7dbeb hex color red value is 167, green value is 219 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a7dbeb hue: 0.54 , saturation: 0.63 and the lightness value of a7dbeb is 0.79.
The process color (four color CMYK) of #a7dbeb color hex is 0.29, 0.07, 0.00, 0.08. Web safe color of #a7dbeb is #99ccff. Color #a7dbeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 11011011 | 11101011 |
Octal | 247 | 333 | 353 |
Decimal | 167 | 219 | 235 |
Hex | A7 | DB | EB |
Shades of #a7dbeb
Tints of #a7dbeb
RGB Percentages of Color #a7dbeb
CMYK Percentages of Color #a7dbeb
Complementary Color
#a7dbeb | #ebb7a7 |
#a7dbeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a7dbeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a7dbeb Color CSS Codes
.mybgcolor {background-color:#a7dbeb; } .myforecolor {color:#a7dbeb; } .mybordercolor {border:3px solid #a7dbeb; }
#a7dbeb Text Font Color
<p style="color:#a7dbeb">Text here</p>
This sample text font color is #a7dbeb
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.
#a7dbeb Background Color
<div style="background-color:#a7dbeb">
Div content here</div>
This div background color is #a7dbeb
#a7dbeb Border Color
<div style="border:3px solid #a7dbeb">
Div here</div>
This div border color is #a7dbeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167,219,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a7dbeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a7dbeb; -webkit-box-shadow: 1px 1px 3px 2px #a7dbeb; box-shadow: 1px 1px 3px 2px #a7dbeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(167,219,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a7dbeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a7dbeb; -webkit-box-shadow: 1px 1px 3px 2px #a7dbeb; box-shadow: 1px 1px 3px 2px #a7dbeb;">
Div content here</div>
This div box has shadow with color #a7dbeb
Comments
No comments written yet.
Please login to write comment.