Color spaces of #23dbbd
RGB | 35 | 219 | 189 |
---|---|---|---|
HSL | 0.47 | 0.72 | 0.50 |
HSV | 170° | 84° | 86° |
CMYK | 0.84 | 0.00 | 0.14 0.14 |
XYZ | 35.2100 | 54.6945 | 56.8454 |
Yxy | 54.6945 | 0.2399 | 0.3727 |
Hunter Lab | 73.9557 | -44.4395 | 6.1963 |
CIE-Lab | 78.8650 | -49.8031 | 2.5173 |
#23dbbd color RGB value is (35,219,189).
#23dbbd hex color red value is 35, green value is 219 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #23dbbd hue: 0.47 , saturation: 0.72 and the lightness value of 23dbbd is 0.50.
The process color (four color CMYK) of #23dbbd color hex is 0.84, 0.00, 0.14, 0.14. Web safe color of #23dbbd is #33cccc. Color #23dbbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 11011011 | 10111101 |
Octal | 43 | 333 | 275 |
Decimal | 35 | 219 | 189 |
Hex | 23 | DB | BD |
Shades of #23dbbd
Tints of #23dbbd
RGB Percentages of Color #23dbbd
CMYK Percentages of Color #23dbbd
Complementary Color
#23dbbd | #db2341 |
#23dbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23dbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#23dbbd Color CSS Codes
.mybgcolor {background-color:#23dbbd; } .myforecolor {color:#23dbbd; } .mybordercolor {border:3px solid #23dbbd; }
#23dbbd Text Font Color
<p style="color:#23dbbd">Text here</p>
This sample text font color is #23dbbd
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.
#23dbbd Background Color
<div style="background-color:#23dbbd">
Div content here</div>
This div background color is #23dbbd
#23dbbd Border Color
<div style="border:3px solid #23dbbd">
Div here</div>
This div border color is #23dbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,219,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23dbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23dbbd; -webkit-box-shadow: 1px 1px 3px 2px #23dbbd; box-shadow: 1px 1px 3px 2px #23dbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,219,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #23dbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23dbbd; -webkit-box-shadow: 1px 1px 3px 2px #23dbbd; box-shadow: 1px 1px 3px 2px #23dbbd;">
Div content here</div>
This div box has shadow with color #23dbbd
Comments
No comments written yet.
Please login to write comment.