Color spaces of #23bdbc
RGB | 35 | 189 | 188 |
---|---|---|---|
HSL | 0.50 | 0.69 | 0.44 |
HSV | 180° | 81° | 74° |
CMYK | 0.81 | 0.00 | 0.01 0.26 |
XYZ | 27.9678 | 40.3834 | 53.8977 |
Yxy | 40.3834 | 0.2288 | 0.3303 |
Hunter Lab | 63.5479 | -32.6500 | -5.8028 |
CIE-Lab | 69.7417 | -37.0114 | -10.3792 |
#23bdbc color RGB value is (35,189,188).
#23bdbc hex color red value is 35, green value is 189 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #23bdbc hue: 0.50 , saturation: 0.69 and the lightness value of 23bdbc is 0.44.
The process color (four color CMYK) of #23bdbc color hex is 0.81, 0.00, 0.01, 0.26. Web safe color of #23bdbc is #33cccc. Color #23bdbc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 00100011 | 10111101 | 10111100 |
Octal | 43 | 275 | 274 |
Decimal | 35 | 189 | 188 |
Hex | 23 | BD | BC |
Shades of #23bdbc
Tints of #23bdbc
RGB Percentages of Color #23bdbc
CMYK Percentages of Color #23bdbc
Complementary Color
#23bdbc | #bd2324 |
#23bdbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#23bdbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#23bdbc Color CSS Codes
.mybgcolor {background-color:#23bdbc; } .myforecolor {color:#23bdbc; } .mybordercolor {border:3px solid #23bdbc; }
#23bdbc Text Font Color
<p style="color:#23bdbc">Text here</p>
This sample text font color is #23bdbc
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.
#23bdbc Background Color
<div style="background-color:#23bdbc">
Div content here</div>
This div background color is #23bdbc
#23bdbc Border Color
<div style="border:3px solid #23bdbc">
Div here</div>
This div border color is #23bdbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(35,189,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #23bdbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #23bdbc; -webkit-box-shadow: 1px 1px 3px 2px #23bdbc; box-shadow: 1px 1px 3px 2px #23bdbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(35,189,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #23bdbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #23bdbc; -webkit-box-shadow: 1px 1px 3px 2px #23bdbc; box-shadow: 1px 1px 3px 2px #23bdbc;">
Div content here</div>
This div box has shadow with color #23bdbc
Comments
No comments written yet.
Please login to write comment.