Color spaces of #d2beee
RGB | 210 | 190 | 238 |
---|---|---|---|
HSL | 0.74 | 0.59 | 0.84 |
HSV | 265° | 20° | 93° |
CMYK | 0.12 | 0.20 | 0.00 0.07 |
XYZ | 60.4244 | 56.7016 | 88.6487 |
Yxy | 56.7016 | 0.2936 | 0.2756 |
Hunter Lab | 75.3005 | 11.4604 | -17.0898 |
CIE-Lab | 80.0115 | 16.0844 | -21.2159 |
#d2beee color RGB value is (210,190,238).
#d2beee hex color red value is 210, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #d2beee hue: 0.74 , saturation: 0.59 and the lightness value of d2beee is 0.84.
The process color (four color CMYK) of #d2beee color hex is 0.12, 0.20, 0.00, 0.07. Web safe color of #d2beee is #ccccff. Color #d2beee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11010010 | 10111110 | 11101110 |
Octal | 322 | 276 | 356 |
Decimal | 210 | 190 | 238 |
Hex | D2 | BE | EE |
Shades of #d2beee
Tints of #d2beee
RGB Percentages of Color #d2beee
CMYK Percentages of Color #d2beee
Complementary Color
#d2beee | #daeebe |
#d2beee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#d2beee Color Preview on White Background
Lorem ipsum dolor sit amet.
#d2beee Color CSS Codes
.mybgcolor {background-color:#d2beee; } .myforecolor {color:#d2beee; } .mybordercolor {border:3px solid #d2beee; }
#d2beee Text Font Color
<p style="color:#d2beee">Text here</p>
This sample text font color is #d2beee
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.
#d2beee Background Color
<div style="background-color:#d2beee">
Div content here</div>
This div background color is #d2beee
#d2beee Border Color
<div style="border:3px solid #d2beee">
Div here</div>
This div border color is #d2beee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(210,190,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #d2beee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #d2beee; -webkit-box-shadow: 1px 1px 3px 2px #d2beee; box-shadow: 1px 1px 3px 2px #d2beee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(210,190,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #d2beee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #d2beee; -webkit-box-shadow: 1px 1px 3px 2px #d2beee; box-shadow: 1px 1px 3px 2px #d2beee;">
Div content here</div>
This div box has shadow with color #d2beee
Comments
No comments written yet.
Please login to write comment.