Color spaces of #28bfdd
RGB | 40 | 191 | 221 |
---|---|---|---|
HSL | 0.53 | 0.73 | 0.51 |
HSV | 190° | 82° | 87° |
CMYK | 0.82 | 0.14 | 0.00 0.13 |
XYZ | 32.5570 | 42.9332 | 74.9776 |
Yxy | 42.9332 | 0.2164 | 0.2853 |
Hunter Lab | 65.5234 | -25.9737 | -21.9784 |
CIE-Lab | 71.5096 | -27.3546 | -25.7335 |
#28bfdd color RGB value is (40,191,221).
#28bfdd hex color red value is 40, green value is 191 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #28bfdd hue: 0.53 , saturation: 0.73 and the lightness value of 28bfdd is 0.51.
The process color (four color CMYK) of #28bfdd color hex is 0.82, 0.14, 0.00, 0.13. Web safe color of #28bfdd is #33cccc. Color #28bfdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00101000 | 10111111 | 11011101 |
Octal | 50 | 277 | 335 |
Decimal | 40 | 191 | 221 |
Hex | 28 | BF | DD |
Shades of #28bfdd
Tints of #28bfdd
RGB Percentages of Color #28bfdd
CMYK Percentages of Color #28bfdd
Complementary Color
#28bfdd | #dd4628 |
#28bfdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#28bfdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#28bfdd Color CSS Codes
.mybgcolor {background-color:#28bfdd; } .myforecolor {color:#28bfdd; } .mybordercolor {border:3px solid #28bfdd; }
#28bfdd Text Font Color
<p style="color:#28bfdd">Text here</p>
This sample text font color is #28bfdd
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.
#28bfdd Background Color
<div style="background-color:#28bfdd">
Div content here</div>
This div background color is #28bfdd
#28bfdd Border Color
<div style="border:3px solid #28bfdd">
Div here</div>
This div border color is #28bfdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(40,191,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #28bfdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #28bfdd; -webkit-box-shadow: 1px 1px 3px 2px #28bfdd; box-shadow: 1px 1px 3px 2px #28bfdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(40,191,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #28bfdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #28bfdd; -webkit-box-shadow: 1px 1px 3px 2px #28bfdd; box-shadow: 1px 1px 3px 2px #28bfdd;">
Div content here</div>
This div box has shadow with color #28bfdd
#28bfdd Color Palettes
Comments
No comments written yet.
Please login to write comment.