Color spaces of #32deeb
RGB | 50 | 222 | 235 |
---|---|---|---|
HSL | 0.51 | 0.82 | 0.56 |
HSV | 184° | 79° | 92° |
CMYK | 0.79 | 0.06 | 0.00 0.08 |
XYZ | 42.4321 | 58.9188 | 87.7333 |
Yxy | 58.9188 | 0.2244 | 0.3116 |
Hunter Lab | 76.7586 | -35.6528 | -14.0361 |
CIE-Lab | 81.2469 | -37.0283 | -18.4408 |
#32deeb color RGB value is (50,222,235).
#32deeb hex color red value is 50, green value is 222 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #32deeb hue: 0.51 , saturation: 0.82 and the lightness value of 32deeb is 0.56.
The process color (four color CMYK) of #32deeb color hex is 0.79, 0.06, 0.00, 0.08. Web safe color of #32deeb is #33ccff. Color #32deeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00110010 | 11011110 | 11101011 |
Octal | 62 | 336 | 353 |
Decimal | 50 | 222 | 235 |
Hex | 32 | DE | EB |
Shades of #32deeb
Tints of #32deeb
RGB Percentages of Color #32deeb
CMYK Percentages of Color #32deeb
Complementary Color
#32deeb | #eb3f32 |
#32deeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#32deeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#32deeb Color CSS Codes
.mybgcolor {background-color:#32deeb; } .myforecolor {color:#32deeb; } .mybordercolor {border:3px solid #32deeb; }
#32deeb Text Font Color
<p style="color:#32deeb">Text here</p>
This sample text font color is #32deeb
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.
#32deeb Background Color
<div style="background-color:#32deeb">
Div content here</div>
This div background color is #32deeb
#32deeb Border Color
<div style="border:3px solid #32deeb">
Div here</div>
This div border color is #32deeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(50,222,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #32deeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #32deeb; -webkit-box-shadow: 1px 1px 3px 2px #32deeb; box-shadow: 1px 1px 3px 2px #32deeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(50,222,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 #32deeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #32deeb; -webkit-box-shadow: 1px 1px 3px 2px #32deeb; box-shadow: 1px 1px 3px 2px #32deeb;">
Div content here</div>
This div box has shadow with color #32deeb
Comments
No comments written yet.
Please login to write comment.